Skip to content

Commit

Permalink
Added mock token to the helm configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Tansito committed Nov 30, 2023
1 parent 9544268 commit 205e146
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,8 @@ spec:
value: {{ .Values.application.rayHost | quote }}
- name: SETTINGS_AUTH_MECHANISM
value: {{ .Values.application.auth.mechanism | quote }}
- name: SETTINGS_AUTH_MOCK_TOKEN
value: {{ .Values.application.auth.token.mock | quote }}
- name: SETTINGS_TOKEN_AUTH_URL
value: {{ .Values.application.auth.token.url | quote }}
- name: SETTINGS_TOKEN_AUTH_VERIFICATION_URL
Expand Down
3 changes: 2 additions & 1 deletion charts/quantum-serverless/charts/gateway/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ application:
rayHost: "http://ray:8265/"
auth:
mechanism: mock_token
token: {}
token:
mock: awesome_token
superuser:
enable: true
ray:
Expand Down

0 comments on commit 205e146

Please sign in to comment.