You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: helm/wrongsecrets-ctf-party/values.yaml
+37-3Lines changed: 37 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,7 @@ balancer:
39
39
# -- 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.
40
40
cookieParserSecret: null
41
41
repository: jeroenwillemsen/wrongsecrets-balancer
42
-
tag: 1.6.4aws
42
+
tag: 1.6.5aws
43
43
# -- Number of replicas of the wrongsecrets-balancer deployment. Changing this in a commit? PLEASE UPDATE THE GITHUB WORKLFOWS THEN!(NUMBER OF "TRUE")
44
44
replicas: 2
45
45
# -- Port to expose on the balancer pods which the container listens on
@@ -91,6 +91,7 @@ balancer:
91
91
IRSA_ROLE: arn:aws:iam::233483431651:role/wrongsecrets-secret-manager #change this in your own AWS role!
92
92
SECRETS_MANAGER_SECRET_ID_1: "wrongsecret"#only change if you need non-default AWS SM entries
93
93
SECRETS_MANAGER_SECRET_ID_2: "wrongsecret-2"#only change if you need non-default AWS SM entries
# -- Specify a custom Wrongsecrets config.yaml. See the Wrongsecrets Docs for any needed ENVs: https://github.com/OWASP/wrongsecrets
@@ -203,7 +204,7 @@ virtualdesktop:
203
204
maxInstances: 500
204
205
# -- Juice Shop Image to use
205
206
image: jeroenwillemsen/wrongsecrets-desktop-k8s
206
-
tag: 1.6.4
207
+
tag: 1.6.5
207
208
repository: commjoenie/wrongSecrets
208
209
resources:
209
210
request:
@@ -228,6 +229,39 @@ virtualdesktop:
228
229
envFrom: []
229
230
tolerations: []
230
231
232
+
## preps for the vault container: see https://github.com/OWASP/wrongsecrets-ctf-party/issues/250
233
+
vaultContainer:
234
+
# -- Specifies how many JuiceShop instances MultiJuicer should start at max. Set to -1 to remove the max Juice Shop instance cap
235
+
maxInstances: 500
236
+
# -- Juice Shop Image to use
237
+
image: hashicorp/vault
238
+
tag: 1.15.1
239
+
repository: commjoenie/wrongSecrets
240
+
resources:
241
+
request:
242
+
memory: 128mb
243
+
cpu: 50m
244
+
limits:
245
+
memory: 256mb
246
+
cpu: 1200m
247
+
securityContext:
248
+
allowPrivilegeEscalation: false
249
+
readOnlyRootFilesystem: true
250
+
runAsNonRoot: true
251
+
capabilities:
252
+
drop:
253
+
- ALL
254
+
seccompProfile:
255
+
type: RuntimeDefault
256
+
runtimeClassName: {}
257
+
affinity: {}
258
+
# -- Optional mount environment variables from configMaps or secrets (see: https://kubernetes.io/docs/tasks/inject-data-application/distribute-credentials-secure/#configure-all-key-value-pairs-in-a-secret-as-container-environment-variables)
259
+
260
+
envFrom: []
261
+
tolerations: []
262
+
263
+
264
+
231
265
# Deletes unused Wrongsecrets namespaces after a configurable period of inactivity
0 commit comments