From c054939badf29cccc22045d947cf5707ef357e53 Mon Sep 17 00:00:00 2001 From: Mart van Santen <mart@greenhost.nl> Date: Wed, 3 Nov 2021 10:07:41 +0000 Subject: [PATCH] Upgrade hydra chart --- helmchart/single-sign-on/requirements.yaml | 2 +- helmchart/single-sign-on/values.yaml | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/helmchart/single-sign-on/requirements.yaml b/helmchart/single-sign-on/requirements.yaml index cd1f9fc..f96d212 100644 --- a/helmchart/single-sign-on/requirements.yaml +++ b/helmchart/single-sign-on/requirements.yaml @@ -1,7 +1,7 @@ # 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 diff --git a/helmchart/single-sign-on/values.yaml b/helmchart/single-sign-on/values.yaml index 7f4a63d..27dfcb7 100644 --- a/helmchart/single-sign-on/values.yaml +++ b/helmchart/single-sign-on/values.yaml @@ -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. -- GitLab