Skip to content

Commit

Permalink
feat: added auth server.
Browse files Browse the repository at this point in the history
  • Loading branch information
bitfade committed Sep 19, 2024
1 parent 9a50a29 commit beb7f8b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
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: [email protected]
name: Elegant Themes
name: ds-server
version: 1.0.8
version: 1.0.9
1 change: 1 addition & 0 deletions charts/ds-server/templates/secrets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ stringData:
DS_SERVER_REPO_URL={{ .Values.DS_SERVER_REPO_URL | squote }}
IMAGE_VERSION={{ .Values.DS_SERVER_VERSION | squote }}
JWT_PUBLIC_KEY={{ .Values.JWT_PUBLIC_KEY | b64enc | squote }}
JWT_PUBLIC_KEY_AUTH={{ .Values.JWT_PUBLIC_KEY_AUTH | 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
1 change: 1 addition & 0 deletions charts/ds-server/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ GITHUB_TOKEN:
GIT_REF:
INSTALL_PATH:
JWT_PUBLIC_KEY:
JWT_PUBLIC_KEY_AUTH:
JWT_TOKEN:
MEMORY_LIMIT:
PRESSABLE_API_URL:
Expand Down

0 comments on commit beb7f8b

Please sign in to comment.