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
+36-3Lines changed: 36 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ balancer:
34
34
# -- 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.
35
35
cookieParserSecret: null
36
36
repository: jeroenwillemsen/wrongsecrets-balancer
37
-
tag: 1.6.4aws
37
+
tag: 1.6.5aws
38
38
# -- Number of replicas of the wrongsecrets-balancer deployment. Changing this in a commit? PLEASE UPDATE THE GITHUB WORKLFOWS THEN!(NUMBER OF "TRUE")
39
39
replicas: 2
40
40
service:
@@ -84,6 +84,7 @@ balancer:
84
84
IRSA_ROLE: arn:aws:iam::233483431651:role/wrongsecrets-secret-manager #change this in your own AWS role!
85
85
SECRETS_MANAGER_SECRET_ID_1: "wrongsecret"#only change if you need non-default AWS SM entries
86
86
SECRETS_MANAGER_SECRET_ID_2: "wrongsecret-2"#only change if you need non-default AWS SM entries
# -- 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 +201,7 @@ virtualdesktop:
200
201
maxInstances: 500
201
202
# -- Juice Shop Image to use
202
203
image: jeroenwillemsen/wrongsecrets-desktop-k8s
203
-
tag: 1.6.4
204
+
tag: 1.6.5
204
205
repository: commjoenie/wrongSecrets
205
206
resources:
206
207
request:
@@ -225,6 +226,38 @@ virtualdesktop:
225
226
envFrom: []
226
227
tolerations: []
227
228
229
+
vaultContainer:
230
+
# -- Specifies how many JuiceShop instances MultiJuicer should start at max. Set to -1 to remove the max Juice Shop instance cap
231
+
maxInstances: 500
232
+
# -- Juice Shop Image to use
233
+
image: hashicorp/vault
234
+
tag: 1.15.1
235
+
repository: commjoenie/wrongSecrets
236
+
resources:
237
+
request:
238
+
memory: 128mb
239
+
cpu: 50m
240
+
limits:
241
+
memory: 256mb
242
+
cpu: 1200m
243
+
securityContext:
244
+
allowPrivilegeEscalation: false
245
+
readOnlyRootFilesystem: true
246
+
runAsNonRoot: true
247
+
capabilities:
248
+
drop:
249
+
- ALL
250
+
seccompProfile:
251
+
type: RuntimeDefault
252
+
runtimeClassName: {}
253
+
affinity: {}
254
+
# -- 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)
255
+
256
+
envFrom: []
257
+
tolerations: []
258
+
259
+
260
+
228
261
# Deletes unused Wrongsecrets namespaces after a configurable period of inactivity
0 commit comments