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

Change to consent and login routing via path

parent e78023c5
No related branches found
No related tags found
1 merge request!7Integration user panel
......@@ -11,7 +11,7 @@ spec:
- host: {{ .Values.hydra.ingress.host }}
http:
paths:
- path: /
- path: /consnet
backend:
serviceName: {{ include "single-sign-on.fullname" . }}-consent
servicePort: 5001
......@@ -28,10 +28,8 @@ spec:
servicePort: 3000
tls:
- hosts:
- {{ .Values.loginProvider.ingress.host }}
- {{ .Values.consentProvider.ingress.host }}
- {{ .Values.userpanelFrontend.ingress.host }}
secretName: {{ include "single-sign-on.fullname" . }}.tls
- {{ .Values.userpanel.ingress.host }}
secretName: {{ include "single-sign-on.fullname" . }}-userpanel.tls
status:
loadBalancer:
ingress:
......
......@@ -27,8 +27,8 @@ hydra:
urls:
self:
issuer: https://sso.oas.alumnicloud.net
login: https://login.oas.alumnicloud.net
consent: https://consent.oas.alumnicloud.net
login: https://sso.oas.alumnicloud.net/login
consent: https://sso.oas.alumnicloud.net/consent
secrets:
system: "YouReallyNeedToChangeThis"
ingress:
......
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