wiz-sec / charts

GNU General Public License v3.0
39 stars 38 forks source link

Added default fedramp endpoint for FedRamp scenarios #435

Open ofirc-wiz opened 2 weeks ago

ariknem commented 2 weeks ago

I told @ofirc-wiz in private - I don't like the fact that the broker/connector code is looking at WIZ_ENV. it's bad. you have to consider the scenario where customers do this:

  1. create a k8s secret containing the wiz SA details (including endpoint)
  2. install a wiz deployment

in this case if you refer to WIZ_ENV as part of the code in (2) and not read from the secret created in (1), you will have bugs. so let's fix the current bug and stop assuming the endpoint is passed as part of the chart..