Skip to content

Commit c78854c

Browse files
committed
Release 1.6.4
1 parent f0fbc86 commit c78854c

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

helm/wrongsecrets-ctf-party/values.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ balancer:
3434
# -- Set this to a fixed random alpa-numeric string (recommended length 24 chars). If not set this get randomly generated with every helm upgrade, each rotation invalidates all active cookies / sessions requirering users to login again.
3535
cookieParserSecret: null
3636
repository: jeroenwillemsen/wrongsecrets-balancer
37-
tag: 1.6.3aws
37+
tag: 1.6.4aws
3838
# -- Number of replicas of the wrongsecrets-balancer deployment. Changing this in a commit? PLEASE UPDATE THE GITHUB WORKLFOWS THEN!(NUMBER OF "TRUE")
3939
replicas: 2
4040
service:
@@ -108,7 +108,7 @@ wrongsecrets:
108108
maxInstances: 500
109109
# -- Wrongsecrets Image to use
110110
image: jeroenwillemsen/wrongsecrets
111-
tag: 1.6.3-no-vault
111+
tag: 1.6.4-no-vault
112112
# -- Change the key when hosting a CTF event. This key gets used to generate the challenge flags. See: https://github.com/OWASP/wrongsecrets#ctf
113113
ctfKey: "[email protected]!9uR_K!NfkkTr"
114114
# -- Specify a custom Juice Shop config.yaml. See the JuiceShop Config Docs for more detail: https://pwning.owasp-juice.shop/part1/customization.html#yaml-configuration-file
@@ -200,7 +200,7 @@ virtualdesktop:
200200
maxInstances: 500
201201
# -- Juice Shop Image to use
202202
image: jeroenwillemsen/wrongsecrets-desktop-k8s
203-
tag: 1.6.3
203+
tag: 1.6.4
204204
repository: commjoenie/wrongSecrets
205205
resources:
206206
request:

wrongsecrets-balancer/src/kubernetes.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,10 @@ const createK8sDeploymentForTeam = async ({ team, passcodeHash }) => {
160160
name: 'challenge_acht_ctf_to_provide_to_host_value',
161161
value: 'provideThisKeyToHostThankyouAlllGoodDoYouLikeRandomLogging?',
162162
},
163+
{
164+
name: 'challenge_thirty_ctf_to_provide_to_host_value',
165+
value: 'provideThisKeyToHostWhenYouRealizeLSIsOK?',
166+
},
163167
{
164168
name: 'SPECIAL_K8S_SECRET',
165169
valueFrom: {
@@ -428,6 +432,10 @@ const createAWSDeploymentForTeam = async ({ team, passcodeHash }) => {
428432
name: 'challenge_acht_ctf_to_provide_to_host_value',
429433
value: 'provideThisKeyToHostThankyouAlllGoodDoYouLikeRandomLogging?',
430434
},
435+
{
436+
name: 'challenge_thirty_ctf_to_provide_to_host_value',
437+
value: 'provideThisKeyToHostWhenYouRealizeLSIsOK?',
438+
},
431439
{
432440
name: 'SPECIAL_K8S_SECRET',
433441
valueFrom: {

0 commit comments

Comments
 (0)