Skip to content

Commit 19e449e

Browse files
committed
output config
1 parent 7b4f461 commit 19e449e

File tree

6 files changed

+83
-71
lines changed

6 files changed

+83
-71
lines changed

aws/README.md

Lines changed: 72 additions & 65 deletions
Large diffs are not rendered by default.

aws/build-an-deploy-aws.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,11 @@ STATE_BUCKET="$(terraform output -raw state_bucket_name)"
4444
IRSA_ROLE_ARN="$(terraform output -raw irsa_role_arn)"
4545
EBS_ROLE_ARN="$(terraform output -raw ebs_role_arn)"
4646

47+
echo "CLUSTERNAME=${CLUSTERNAME}"
48+
echo "STATE_BUCKET=${STATE_BUCKET}"
49+
echo "IRSA_ROLE_ARN=${IRSA_ROLE_ARN}"
50+
echo "EBS_ROLE_ARN=${EBS_ROLE_ARN}"
51+
4752
version="$(uuidgen)"
4853

4954
echo "If the below output is different than expected: please hard stop this script (running aws sts get-caller-identity first)"

aws/k8s/ctfd_resources/index_fragment.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ <h4 class="text-center">
1111
<a href="challenges">Click here</a> to start hacking!
1212
</h4>
1313
</div>
14-
</div>
14+
</div>

aws/shared-state/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ The documentation below is auto-generated to give insight on what's created via
1313

1414
| Name | Version |
1515
|------|---------|
16-
| <a name="provider_aws"></a> [aws](#provider\_aws) | 4.38.0 |
16+
| <a name="provider_aws"></a> [aws](#provider\_aws) | 4.48.0 |
1717

1818
## Modules
1919

build-an-deploy-container.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ WRONGSECRETS_IMAGE=$(cat helm/wrongsecrets-ctf-party/values.yaml| yq '.wrongsecr
1515
WRONGSECRETS_TAG=$(cat helm/wrongsecrets-ctf-party/values.yaml| yq '.wrongsecrets.tag')
1616
WEBTOP_IMAGE=$(cat helm/wrongsecrets-ctf-party/values.yaml| yq '.virtualdesktop.image')
1717
WEBTOP_TAG=$(cat helm/wrongsecrets-ctf-party/values.yaml| yq '.virtualdesktop.tag')
18-
WRONGSECRETS_BALANCER_IMAGE=$(cat helm/wrongsecrets-ctf-party/values.yaml| yq '.balancer.repository')
19-
WRONGSECRETS_BALANCER_TAG=$(cat helm/wrongsecrets-ctf-party/values.yaml| yq '.balancer.tag')
18+
WRONGSECRETS_BALANCER_IMAGE=$(cat helm/wrongsecrets-ctf-party/values.yaml| yq '.balancer.repository')
19+
WRONGSECRETS_BALANCER_TAG=$(cat helm/wrongsecrets-ctf-party/values.yaml| yq '.balancer.tag')
2020
WRONGSECRETS_CLEANER_IMAGE=$(cat helm/wrongsecrets-ctf-party/values.yaml| yq '.wrongsecretsCleanup.repository')
21-
WRONGSECRETS_CLEANER_TAG=$(cat helm/wrongsecrets-ctf-party/values.yaml| yq '.wrongsecretsCleanup.tag')
21+
WRONGSECRETS_CLEANER_TAG=$(cat helm/wrongsecrets-ctf-party/values.yaml| yq '.wrongsecretsCleanup.tag')
2222
echo "Pulling in required images to actually run $WRONGSECRETS_IMAGE:$WRONGSECRETS_TAG & $WEBTOP_IMAGE:$WEBTOP_TAG."
2323
echo "If you see an authentication failure: pull them manually by the following 2 commands"
2424
echo "'docker pull $WRONGSECRETS_IMAGE:$WRONGSECRETS_TAG'"

scripts/list-unused-ns.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ else
3333
fi
3434
done
3535
unregistered=$(wc -l unusedteams.txt)
36-
echo "${count} namespaces active where not registered ${unregistered}"
36+
echo "${count} namespaces active where not registered ${unregistered}"

0 commit comments

Comments
 (0)