From a81b061d3112ba66061279db51744519741d4710 Mon Sep 17 00:00:00 2001 From: Nicolas Date: Mon, 22 Sep 2025 19:40:17 +0800 Subject: [PATCH] update authentication --- .../templates/authentication/authentication-config.yaml | 1 + freeleaps/helm-pkg/authentication/values.alpha.yaml | 1 + freeleaps/helm-pkg/authentication/values.prod.yaml | 1 + 3 files changed, 3 insertions(+) diff --git a/freeleaps/helm-pkg/authentication/templates/authentication/authentication-config.yaml b/freeleaps/helm-pkg/authentication/templates/authentication/authentication-config.yaml index afeb2257..b235a070 100644 --- a/freeleaps/helm-pkg/authentication/templates/authentication/authentication-config.yaml +++ b/freeleaps/helm-pkg/authentication/templates/authentication/authentication-config.yaml @@ -7,6 +7,7 @@ type: Opaque data: TZ: {{ .Values.authentication.configs.tz | b64enc | quote }} APP_NAME: {{ .Values.authentication.configs.appName | b64enc | quote }} + APP_ENV: {{ .Values.authentication.configs.appEnv | b64enc | quote }} DEVSVC_WEBAPI_URL_BASE: {{ .Values.authentication.configs.devsvcWebapiUrlBase | b64enc | quote }} NOTIFICATION_WEBAPI_URL_BASE: {{ .Values.authentication.configs.notificationWebapiUrlBase | b64enc | quote }} JWT_ALGORITHM: {{ .Values.authentication.configs.jwtAlgorithm | b64enc | quote }} diff --git a/freeleaps/helm-pkg/authentication/values.alpha.yaml b/freeleaps/helm-pkg/authentication/values.alpha.yaml index 59e35104..6c1de986 100644 --- a/freeleaps/helm-pkg/authentication/values.alpha.yaml +++ b/freeleaps/helm-pkg/authentication/values.alpha.yaml @@ -78,6 +78,7 @@ authentication: configs: tz: UTC appName: authentication + appEnv: alpha devsvcWebapiUrlBase: http://devsvc-service.freeleaps-alpha.svc.freeleaps.cluster:8007/api/devsvc/ notificationWebapiUrlBase: http://notification-service.freeleaps-alpha.svc.freeleaps.cluster:8003/api/notification/ jwtAlgorithm: HS256 diff --git a/freeleaps/helm-pkg/authentication/values.prod.yaml b/freeleaps/helm-pkg/authentication/values.prod.yaml index 99e608ad..f18ddc1e 100644 --- a/freeleaps/helm-pkg/authentication/values.prod.yaml +++ b/freeleaps/helm-pkg/authentication/values.prod.yaml @@ -69,6 +69,7 @@ authentication: configs: tz: UTC appName: authentication + appEnv: prod devsvcWebapiUrlBase: http://devsvc-service.freeleaps-prod.svc.freeleaps.cluster:8007/api/devsvc/ notificationWebapiUrlBase: http://notification-service.freeleaps-prod.svc.freeleaps.cluster:8003/api/notification/ jwtAlgorithm: HS256