-
-
Notifications
You must be signed in to change notification settings - Fork 360
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
Helm chart for oathkeeper #186
Comments
@aeneasr nice! once we will have it done in kyma I will plan to collaborate on that then ;-) |
I think we'll be done next week, maybe the week after�. |
that's even better! ;) right now we had to expose apiserver and proxy via ingress separate hosts (or try to have it on a single host with "path based routing") but with the mentioned change it will much cleaner 👍 |
Great to hear that it will improve the way you deploy! We got a lot of feedback like that (including potentially slow queries with many rules when deploying multi-AZ) which is why we're changing the architecture! |
Is your feature request related to a problem? Please describe.
I found out sample yaml file with oathkeeper here, however, it would be really nice to have helm chart (like you already created with hydra).
Describe the solution you'd like
Have the possibility to run just
helm install ...
with possible overrides and have oathkeeper up and running in the cluster.Describe alternatives you've considered
Additional context
We are currently driving a POC in the kyma trying to integrate hydra + oathkeeper with our API gateway. As a part of that, we have created a first version of charts for oathkeeper.
If you find helm charts as a nice feature for easier oathkeepr adoption maybe we could contribute to that?
CC @aeneasr
The text was updated successfully, but these errors were encountered: