Auth: Add page to change password.
Configure launcher as a default return to address.
Use standard X-Forwarded-User instead of custom X-User header.
Add X-Forwarded-UserId header holding user unique identificator.
Change-Id: Ib2e6329ba9fb91d2cc9a86b0c5fc78898769e3b8
diff --git a/charts/auth/templates/ui.yaml b/charts/auth/templates/ui.yaml
index ed8ba7b..012caba 100644
--- a/charts/auth/templates/ui.yaml
+++ b/charts/auth/templates/ui.yaml
@@ -92,3 +92,4 @@
- --api-port=8081
- --kratos-api=http://kratos-admin.{{ .Release.Namespace }}.svc.cluster.local
- --enable-registration={{ .Values.ui.enableRegistration }}
+ - --default-return-to={{ .Values.ui.defaultReturnTo }}