-
Notifications
You must be signed in to change notification settings - Fork 153
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
Add proxyVarsFromSecret: "" option #141
Add proxyVarsFromSecret: "" option #141
Conversation
@jan-brychta the |
@pierluigilenoci Not really, that's why I have provided a reasoning beforehand.
In our case, we store this secret in GitLab CI/CD variables from where it is synced directly into the cluster. And you cannot name a variable with |
@jan-brychta is OK; I got it. You could document it better in the PR so that the difference with the other option is apparent to those using the chart. |
Alright, thanks for the heads up @pierluigilenoci |
@pierluigilenoci @desaintmartin Hey, would you mind sparing a moment to give me a hand with this? I'd really appreciate it! |
@jan-brychta , I'm not sure what you want from us. Let me explain it again. What I asked you to integrate into your PR are two points:
Concerning the PR probably also missing a change to the file that generates the secret. |
@jan-brychta, I tagged you in the last comment wrong, so I wonder if you received a notification. |
@jan-brychta, could you please revisit your PR? |
@pierluigilenoci Can you please fix the deployment by moving the |
@aslafy-z please feel free to open a PR to address that. |
@jan-brychta, could you please revisit your PR? |
Co-authored-by: Zadkiel Aharonian <[email protected]>
Please note that it should be moved out of the env: block (before line 145 for eg.) |
My comment #141 (comment) is still to be addressed |
@aslafy-z, you must ask @jan-brychta to address your comments. |
@aslafy-z or @jan-brychta, could you please take a look and try to push forward the PR? |
This PR has little value to me. However, I opened #196 with the envFrom placement fixed. I closed it, feel free to re-open it if you want to proceed with it and add tests & mention in the readme. If no answer is received from @jan-brychta, I think you can close this PR too. |
Closed in favor of #196 |
Appologies @pierluigilenoci, got busy with other project... Thanks for taking over @aslafy-z ! |
added option to load OAUTH2_PROXY variables directly from a secret
Reasoning
ExternalSecrets with GitLab provider makes this chart really hard to use, since you cannot name a GitLab CI/CD variable using "-" such as
cookie-secret
.