-
Notifications
You must be signed in to change notification settings - Fork 168
Generate endpoints for X-Scope-OrgID injection (multi-tenancy) #180
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
Conversation
Cool. @junkiebev Please provide a short description CHANGELOG entry I guess this fixes: |
77f0415
to
62d4cdb
Compare
I updated the changelog and I think I've done everything correctly, but the DCO signoff is failing for some reason... Maybe b/c I used the web interface for editing? |
Almost :P. There is atleast one commit (db3c665) without a DCO. message from dco: Commit sha: db3c665, Author: Jeff Kolb, Committer: GitHub; The sign-off is missing. |
Signed-off-by: Jeff Kolb <[email protected]>
Signed-off-by: Jeff Kolb <[email protected]>
Signed-off-by: Jeff Kolb <[email protected]>
Signed-off-by: Jeff Kolb <[email protected]>
Signed-off-by: Jeff Kolb <[email protected]>
…ect#181) Signed-off-by: Raphael Grömmer <[email protected]> Signed-off-by: Jeff Kolb <[email protected]>
Signed-off-by: Jeff Kolb <[email protected]>
Signed-off-by: ShuzZzle <[email protected]> Signed-off-by: Jeff Kolb <[email protected]>
Signed-off-by: Tom Hayward <[email protected]> Signed-off-by: Jeff Kolb <[email protected]>
Signed-off-by: Tom Hayward <[email protected]> Signed-off-by: Jeff Kolb <[email protected]>
All set now! |
Signed-off-by: ShuzZzle <[email protected]>
Signed-off-by: ShuzZzle <[email protected]>
What this PR does:
Enhancement that builds the nginx config for setting
X-Scope-OrgID
locations for a specified list of.Values.config.auth_orgs
values.This allows multi-tenancy to easily work for pushed metrics, with auth enabled. I also cleaned up some redundant templating.
Fixes: #72
Checklist
CHANGELOG.md
updated - the order of entries should be[CHANGE]
,[FEATURE]
,[ENHANCEMENT]
,[BUGFIX]