Skip to content
Snippets Groups Projects
Commit c054939b authored by Mart van Santen's avatar Mart van Santen
Browse files

Upgrade hydra chart

parent a385ff67
No related branches found
No related tags found
1 merge request!48Resolve "upgrade hydra"
Pipeline #9391 failed with stages
in 8 seconds
# https://k8s.ory.sh/helm/hydra.html
dependencies:
- name: hydra
version: 0.0.48
version: 0.19.5
repository: "https://k8s.ory.sh/helm/charts"
tags:
- single-sign-on
......
......@@ -208,11 +208,14 @@ hydra:
enabled: true
annotations:
kubernetes.io/tls-acme: "true"
className: ""
hosts:
# hydra.ingress.public.hosts[0].hosts.host is the FQDN of the single sign-on system
# that will be used by oAuth clients to retrieve userinfo and redirect their users to.
- host: sso.oas.example.net
paths: ["/"]
paths:
- path: /
pathType: ImplementationSpecific
tls:
# oAuth2 only works via https. You really need to configure your ingress service to
# provide access to hydra via https.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment