Skip to content

Commit f4e5da0

Browse files
committed
feat: [auth-server] add JWT_PUBLIC_KEY to .env
1 parent 8d94960 commit f4e5da0

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

charts/auth-server/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ maintainers:
55
66
name: Elegant Themes
77
name: auth-server
8-
version: 1.0.2
8+
version: 1.0.3

charts/auth-server/templates/secrets.yml

+1
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,5 @@ stringData:
1717
SWAGGER_ALLOWED_IPS={{ .Values.SWAGGER_ALLOWED_IPS | quote }}
1818
VIRTUAL_HOST={{ .Values.VIRTUAL_HOST | quote }}
1919
JWT_PRIVATE_KEY={{ .Values.JWT_PRIVATE_KEY | b64enc | quote }}
20+
JWT_PUBLIC_KEY={{ .Values.JWT_PUBLIC_KEY | b64enc | quote }}
2021

charts/auth-server/values.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ GITHUB_TOKEN:
99
GIT_REF:
1010
INSTALL_PATH:
1111
JWT_PRIVATE_KEY:
12+
JWT_PUBLIC_KEY:
1213
MEMORY_LIMIT:
1314
REDIS_HOSTNAME:
1415
REDIS_NAME:

0 commit comments

Comments
 (0)