File tree Expand file tree Collapse file tree 6 files changed +83
-71
lines changed Expand file tree Collapse file tree 6 files changed +83
-71
lines changed Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change @@ -44,6 +44,11 @@ STATE_BUCKET="$(terraform output -raw state_bucket_name)"
44
44
IRSA_ROLE_ARN=" $( terraform output -raw irsa_role_arn) "
45
45
EBS_ROLE_ARN=" $( terraform output -raw ebs_role_arn) "
46
46
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
+
47
52
version=" $( uuidgen) "
48
53
49
54
echo " If the below output is different than expected: please hard stop this script (running aws sts get-caller-identity first)"
Original file line number Diff line number Diff line change @@ -11,4 +11,4 @@ <h4 class="text-center">
11
11
< a href ="challenges "> Click here</ a > to start hacking!
12
12
</ h4 >
13
13
</ div >
14
- </ div >
14
+ </ div >
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ The documentation below is auto-generated to give insight on what's created via
13
13
14
14
| Name | Version |
15
15
| ------| ---------|
16
- | <a name =" provider_aws " ></a > [ aws] ( #provider\_ aws ) | 4.38 .0 |
16
+ | <a name =" provider_aws " ></a > [ aws] ( #provider\_ aws ) | 4.48 .0 |
17
17
18
18
## Modules
19
19
Original file line number Diff line number Diff line change @@ -15,10 +15,10 @@ WRONGSECRETS_IMAGE=$(cat helm/wrongsecrets-ctf-party/values.yaml| yq '.wrongsecr
15
15
WRONGSECRETS_TAG=$( cat helm/wrongsecrets-ctf-party/values.yaml| yq ' .wrongsecrets.tag' )
16
16
WEBTOP_IMAGE=$( cat helm/wrongsecrets-ctf-party/values.yaml| yq ' .virtualdesktop.image' )
17
17
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' )
20
20
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' )
22
22
echo " Pulling in required images to actually run $WRONGSECRETS_IMAGE :$WRONGSECRETS_TAG & $WEBTOP_IMAGE :$WEBTOP_TAG ."
23
23
echo " If you see an authentication failure: pull them manually by the following 2 commands"
24
24
echo " 'docker pull $WRONGSECRETS_IMAGE :$WRONGSECRETS_TAG '"
Original file line number Diff line number Diff line change 33
33
fi
34
34
done
35
35
unregistered=$( wc -l unusedteams.txt)
36
- echo " ${count} namespaces active where not registered ${unregistered} "
36
+ echo " ${count} namespaces active where not registered ${unregistered} "
You can’t perform that action at this time.
0 commit comments