From 23dd7b0726a6e86881ca62d589d12b4d0ef4ecde Mon Sep 17 00:00:00 2001 From: zhenyus Date: Sat, 22 Feb 2025 21:22:35 +0800 Subject: [PATCH] fix(authentication): remove SERVICE_API_ACCESS_HOST and SERVICE_API_ACCESS_PORT from configuration files Signed-off-by: zhenyus --- .../templates/authentication/authentication-config.yaml | 2 -- freeleaps/helm-pkg/authentication/values.yaml | 4 ---- 2 files changed, 6 deletions(-) diff --git a/freeleaps/helm-pkg/authentication/templates/authentication/authentication-config.yaml b/freeleaps/helm-pkg/authentication/templates/authentication/authentication-config.yaml index 32699f93..118c37b8 100644 --- a/freeleaps/helm-pkg/authentication/templates/authentication/authentication-config.yaml +++ b/freeleaps/helm-pkg/authentication/templates/authentication/authentication-config.yaml @@ -11,8 +11,6 @@ data: NOTIFICATION_WEBAPI_URL_BASE: {{ .Values.authentication.configs.notificationWebapiUrlBase | b64enc | quote }} JWT_SECRET_KEY: {{ .Values.authentication.configs.jwtSecretKey | b64enc | quote }} JWT_ALGORITHM: {{ .Values.authentication.configs.jwtAlgorithm | b64enc | quote }} - SERVICE_API_ACCESS_HOST: {{ .Values.authentication.configs.serviceApiAccessHost | b64enc | quote }} - SERVICE_API_ACCESS_PORT: {{ .Values.authentication.configs.serviceApiAccessPort | b64enc }} MONGODB_NAME: {{ .Values.authentication.configs.mongodbName | b64enc | quote }} MONGODB_PORT: {{ .Values.authentication.configs.mongodbPort | b64enc }} MONGODB_URI: {{ .Values.authentication.configs.mongodbUri | b64enc | quote }} diff --git a/freeleaps/helm-pkg/authentication/values.yaml b/freeleaps/helm-pkg/authentication/values.yaml index ccb3dd65..52fdf0bb 100644 --- a/freeleaps/helm-pkg/authentication/values.yaml +++ b/freeleaps/helm-pkg/authentication/values.yaml @@ -43,10 +43,6 @@ authentication: jwtSecretKey: "" # JWT_ALGORITHM jwtAlgorithm: "HS256" - # SERVICE_API_ACCESS_HOST - serviceApiAccessHost: "0.0.0.0" - # SERVICE_API_ACCESS_PORT - serviceApiAccessPort: "8004" # MONGODB_NAME mongodbName: "" # MONGODB_PORT