Skip to content

Commit

Permalink
feat: added b64 encoding to jwt public key.
Browse files Browse the repository at this point in the history
  • Loading branch information
bitfade committed Nov 15, 2023
1 parent 4630ff4 commit c24baa4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/ds-server/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ maintainers:
- email: dustin@elegantthemes.com
name: Elegant Themes
name: ds-server
version: 1.0.3
version: 1.0.4
2 changes: 1 addition & 1 deletion charts/ds-server/templates/secrets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ stringData:
DS_SERVER_PORT={{ .Values.DS_SERVER_PORT }}
DS_SERVER_REPO_URL={{ .Values.DS_SERVER_REPO_URL | squote }}
IMAGE_VERSION={{ .Values.DS_SERVER_VERSION | squote }}
JWT_PUBLIC_KEY={{ .Values.JWT_PUBLIC_KEY | squote }}
JWT_PUBLIC_KEY={{ .Values.JWT_PUBLIC_KEY | b64enc | squote }}
JWT_TOKEN={{ .Values.JWT_TOKEN | squote }}
PRESSABLE_API_URL={{ .Values.PRESSABLE_API_URL | squote }}
PRESSABLE_CLIENT_ID={{ .Values.PRESSABLE_CLIENT_ID | squote }}
Expand Down

0 comments on commit c24baa4

Please sign in to comment.