Skip to content

Conversation

@ghelobytes
Copy link
Contributor

Allow custom annotations to be added via values.yaml. For example, when using oauth2-proxy to hide API behind auth.

ingress:
  annotations:
    nginx.ingress.kubernetes.io/auth-url: "https://$host/oauth2/auth"
    nginx.ingress.kubernetes.io/auth-signin: "https://$host/oauth2/start?rd=$escaped_request_uri"
    nginx.ingress.kubernetes.io/enable-cors: "true"

Copy link
Contributor

@ranchodeluxe ranchodeluxe left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for you help @ghelobytes 🥳

This makes sense to support

@ranchodeluxe ranchodeluxe merged commit b9eb547 into developmentseed:main Jan 18, 2024
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