update authentication
This commit is contained in:
parent
e643133f5d
commit
a81b061d31
@ -7,6 +7,7 @@ type: Opaque
|
|||||||
data:
|
data:
|
||||||
TZ: {{ .Values.authentication.configs.tz | b64enc | quote }}
|
TZ: {{ .Values.authentication.configs.tz | b64enc | quote }}
|
||||||
APP_NAME: {{ .Values.authentication.configs.appName | 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 }}
|
DEVSVC_WEBAPI_URL_BASE: {{ .Values.authentication.configs.devsvcWebapiUrlBase | b64enc | quote }}
|
||||||
NOTIFICATION_WEBAPI_URL_BASE: {{ .Values.authentication.configs.notificationWebapiUrlBase | b64enc | quote }}
|
NOTIFICATION_WEBAPI_URL_BASE: {{ .Values.authentication.configs.notificationWebapiUrlBase | b64enc | quote }}
|
||||||
JWT_ALGORITHM: {{ .Values.authentication.configs.jwtAlgorithm | b64enc | quote }}
|
JWT_ALGORITHM: {{ .Values.authentication.configs.jwtAlgorithm | b64enc | quote }}
|
||||||
|
|||||||
@ -78,6 +78,7 @@ authentication:
|
|||||||
configs:
|
configs:
|
||||||
tz: UTC
|
tz: UTC
|
||||||
appName: authentication
|
appName: authentication
|
||||||
|
appEnv: alpha
|
||||||
devsvcWebapiUrlBase: http://devsvc-service.freeleaps-alpha.svc.freeleaps.cluster:8007/api/devsvc/
|
devsvcWebapiUrlBase: http://devsvc-service.freeleaps-alpha.svc.freeleaps.cluster:8007/api/devsvc/
|
||||||
notificationWebapiUrlBase: http://notification-service.freeleaps-alpha.svc.freeleaps.cluster:8003/api/notification/
|
notificationWebapiUrlBase: http://notification-service.freeleaps-alpha.svc.freeleaps.cluster:8003/api/notification/
|
||||||
jwtAlgorithm: HS256
|
jwtAlgorithm: HS256
|
||||||
|
|||||||
@ -69,6 +69,7 @@ authentication:
|
|||||||
configs:
|
configs:
|
||||||
tz: UTC
|
tz: UTC
|
||||||
appName: authentication
|
appName: authentication
|
||||||
|
appEnv: prod
|
||||||
devsvcWebapiUrlBase: http://devsvc-service.freeleaps-prod.svc.freeleaps.cluster:8007/api/devsvc/
|
devsvcWebapiUrlBase: http://devsvc-service.freeleaps-prod.svc.freeleaps.cluster:8007/api/devsvc/
|
||||||
notificationWebapiUrlBase: http://notification-service.freeleaps-prod.svc.freeleaps.cluster:8003/api/notification/
|
notificationWebapiUrlBase: http://notification-service.freeleaps-prod.svc.freeleaps.cluster:8003/api/notification/
|
||||||
jwtAlgorithm: HS256
|
jwtAlgorithm: HS256
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user