forked from juice-shop/multi-juicer
-
-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #315 from OWASP/fix/rename
fix: bump to 1.6.9 and correct name error
- Loading branch information
Showing
11 changed files
with
20 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -40,7 +40,7 @@ balancer: | |
# -- 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. | ||
cookieParserSecret: null | ||
repository: jeroenwillemsen/wrongsecrets-balancer | ||
tag: 1.6.7aws | ||
tag: 1.6.9aws | ||
# -- Number of replicas of the wrongsecrets-balancer deployment. Changing this in a commit? PLEASE UPDATE THE GITHUB WORKLFOWS THEN!(NUMBER OF "TRUE") | ||
replicas: 2 | ||
# -- Port to expose on the balancer pods which the container listens on | ||
|
@@ -117,7 +117,7 @@ balancer: | |
# -- Target port for the ServiceMonitor to scrape | ||
targetPort: 3000 | ||
# -- Path to scrape for metrics | ||
path: '/balancer/metrics' | ||
path: "/balancer/metrics" | ||
basicAuth: | ||
username: prometheus-scraper | ||
# -- Should be changed when metrics are enabled. | ||
|
@@ -159,7 +159,7 @@ wrongsecrets: | |
maxInstances: 500 | ||
# -- Wrongsecrets Image to use | ||
image: jeroenwillemsen/wrongsecrets | ||
tag: 1.6.7-no-vault | ||
tag: 1.6.9-no-vault | ||
# -- Change the key when hosting a CTF event. This key gets used to generate the challenge flags. See: https://github.com/OWASP/wrongsecrets#ctf | ||
ctfKey: "[email protected]!9uR_K!NfkkTr" | ||
# -- Specify a custom Wrongsecrets config.yaml. See the Wrongsecrets Docs for any needed ENVs: https://github.com/OWASP/wrongsecrets | ||
|
@@ -221,7 +221,7 @@ virtualdesktop: | |
maxInstances: 500 | ||
# -- Wrongsecrets Image to use | ||
image: jeroenwillemsen/wrongsecrets-desktop-k8s | ||
tag: 1.6.7 | ||
tag: 1.6.9 | ||
repository: commjoenie/wrongSecrets | ||
resources: | ||
request: | ||
|
@@ -277,8 +277,6 @@ vaultContainer: | |
envFrom: [] | ||
tolerations: [] | ||
|
||
|
||
|
||
# Deletes unused Wrongsecrets namespaces after a configurable period of inactivity | ||
wrongsecretsCleanup: | ||
repository: jeroenwillemsen/wrongsecrets-ctf-cleaner | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters