Skip to content

Commit

Permalink
feat: [auth-server] add JWT_PUBLIC_KEY to .env
Browse files Browse the repository at this point in the history
  • Loading branch information
lots0logs committed Oct 2, 2024
1 parent 8d94960 commit f4e5da0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/auth-server/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ maintainers:
- email: [email protected]
name: Elegant Themes
name: auth-server
version: 1.0.2
version: 1.0.3
1 change: 1 addition & 0 deletions charts/auth-server/templates/secrets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,5 @@ stringData:
SWAGGER_ALLOWED_IPS={{ .Values.SWAGGER_ALLOWED_IPS | quote }}
VIRTUAL_HOST={{ .Values.VIRTUAL_HOST | quote }}
JWT_PRIVATE_KEY={{ .Values.JWT_PRIVATE_KEY | b64enc | quote }}
JWT_PUBLIC_KEY={{ .Values.JWT_PUBLIC_KEY | b64enc | quote }}
1 change: 1 addition & 0 deletions charts/auth-server/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ GITHUB_TOKEN:
GIT_REF:
INSTALL_PATH:
JWT_PRIVATE_KEY:
JWT_PUBLIC_KEY:
MEMORY_LIMIT:
REDIS_HOSTNAME:
REDIS_NAME:
Expand Down

0 comments on commit f4e5da0

Please sign in to comment.