OWASP / wrongsecrets-ctf-party

Run Capture the Flags and Security Trainings with OWASP WrongSecrets
https://owasp.org/www-project-wrongsecrets/
Apache License 2.0
43 stars 12 forks source link

Create proxy and websocket configuration configmap for wrongsecrets-balancer #252

Open commjoen opened 1 year ago

commjoen commented 1 year ago

Given we will have to upgrade the webtop often, we need to be able to easily adjust the requierd proxying in the wrongsecrets-balancer. That is why we need a configmap that contains a mapping for:

so, something like:

the deployment should mount the configmap in so that the balancer its code should be able to read it. both the deployment and balancer code need to be adjusted. https://github.com/OWASP/wrongsecrets-ctf-party/blob/main/wrongsecrets-balancer/src/proxy/proxy.js#L106 should no longer be hardcoded but usse a configmap to load like above

MayanK23YadaV commented 4 weeks ago

/assign

plz

commjoen commented 4 weeks ago

It’s yours now! Welcome aboard!