Skip to content

Commit

Permalink
feat: [TKC-3087] cloud-ui: enable auth code flow by default
Browse files Browse the repository at this point in the history
  • Loading branch information
povilasv committed Jan 14, 2025
1 parent 9688893 commit f0bea57
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions charts/testkube-cloud-ui/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ spec:
env:
- name: FEATURE_INSIGHTS_V2
value: "true"
- name: FEATURE_AUTH_WITH_CODE
value: "true"
- name: REACT_APP_API_SERVER_ENDPOINT
value: {{ if .Values.ui.apiServerEndpoint}}{{ .Values.ui.apiServerEndpoint }}{{ else }}https://{{ .Values.global.restApiSubdomain }}.{{ .Values.global.domain }}{{ end }}
{{- if .Values.ui.wsServerEndpoint }}
Expand Down

0 comments on commit f0bea57

Please sign in to comment.