-
Notifications
You must be signed in to change notification settings - Fork 164
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 experimental auth-gateway #474
base: master
Are you sure you want to change the base?
Conversation
Signed-off-by: Friedrich Gonzalez <[email protected]>
Signed-off-by: Friedrich Gonzalez <[email protected]>
Signed-off-by: Friedrich Gonzalez <[email protected]>
Signed-off-by: Friedrich Gonzalez <[email protected]>
disabled by default, but I need to add a test file for this |
Cool. Some default values are also missing, right? Like image repo, tag etc. |
This issue has been automatically marked as stale because it has not had any activity in the past 30 days. It will be closed in 15 days if no further activity occurs. Thank you for your contributions. |
What else is needed to get this PR merged? |
Would love to see this work continued still! |
I would love to see this work continue too ! |
Update @friedrichg ? image: "{{ .Values.auth_gateway.image.repository }}:{{ .Values.auth_gateway.image.tag }}" What image should the user use? Bring your own? |
What this PR does: Add experimental auth-gateway
Which issue(s) this PR fixes:
Fixes cortexproject/auth-gateway#33
Checklist
CHANGELOG.md
updated - the order of entries should be[CHANGE]
,[FEATURE]
,[ENHANCEMENT]
,[BUGFIX]