Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added default fedramp endpoint for FedRamp scenarios #435

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ofirc-wiz
Copy link
Collaborator

No description provided.

@ariknem
Copy link
Contributor

ariknem commented Nov 7, 2024

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..

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants