Skip to content
Snippets Groups Projects
Verified Commit 257fac05 authored by Mark's avatar Mark
Browse files

Add Anchor for sso url

parent e52de772
No related branches found
No related tags found
1 merge request!7Integration user panel
...@@ -8,7 +8,7 @@ image: ...@@ -8,7 +8,7 @@ image:
# singleSignOnHost is the FQDN that will be used by the ingress to make the consent and # singleSignOnHost is the FQDN that will be used by the ingress to make the consent and
# the login provider accessible by user agents. For now it is recommended to set it to the # the login provider accessible by user agents. For now it is recommended to set it to the
# same value as hydra.ingress.public.hosts[0].host # same value as hydra.ingress.public.hosts[0].host
singleSignOnHost: sso.oas.example.net singleSignOnHost: &SSO_HOST sso.oas.example.net
userpanel: userpanel:
image: image:
...@@ -74,11 +74,11 @@ hydra: ...@@ -74,11 +74,11 @@ hydra:
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_HOST
paths: ["/"] paths: ["/"]
tls: tls:
- hosts: - hosts:
- sso.oas.example.net - *SSO_HOST
secretName: hydra-public.tls secretName: hydra-public.tls
# hydra.ingress.admin is the ingress resource that controls access to the hydra # hydra.ingress.admin is the ingress resource that controls access to the hydra
# admin API server. It can be activated using the same options as in # admin API server. It can be activated using the same options as in
......
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