Skip to content
Snippets Groups Projects
Commit 27763b2b authored by Varac's avatar Varac
Browse files

Merge branch '65-upgrade-hydra' into 'master'

Resolve "upgrade hydra"

Closes #65

See merge request openappstack/single-sign-on!48
parents a385ff67 c054939b
No related branches found
No related tags found
1 merge request!48Resolve "upgrade hydra"
Pipeline #9429 failed with stages
in 1 minute and 14 seconds
# https://k8s.ory.sh/helm/hydra.html # https://k8s.ory.sh/helm/hydra.html
dependencies: dependencies:
- name: hydra - name: hydra
version: 0.0.48 version: 0.19.5
repository: "https://k8s.ory.sh/helm/charts" repository: "https://k8s.ory.sh/helm/charts"
tags: tags:
- single-sign-on - single-sign-on
......
...@@ -208,11 +208,14 @@ hydra: ...@@ -208,11 +208,14 @@ hydra:
enabled: true enabled: true
annotations: annotations:
kubernetes.io/tls-acme: "true" kubernetes.io/tls-acme: "true"
className: ""
hosts: hosts:
# hydra.ingress.public.hosts[0].hosts.host is the FQDN of the single sign-on system # 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. # that will be used by oAuth clients to retrieve userinfo and redirect their users to.
- host: sso.oas.example.net - host: sso.oas.example.net
paths: ["/"] paths:
- path: /
pathType: ImplementationSpecific
tls: tls:
# oAuth2 only works via https. You really need to configure your ingress service to # oAuth2 only works via https. You really need to configure your ingress service to
# provide access to hydra via https. # 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