Skip to content

Commit dbb4748

Browse files
authored
fix(charts): dashboard appProbs decode token (#1599)
1 parent fcb831c commit dbb4748

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

charts/dashboard/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
apiVersion: v1
55
description: A Helm chart for hosting the dashboard
66
name: dashboard
7-
version: 0.2.1
7+
version: 0.2.2

charts/dashboard/templates/dashboard-props-cm.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ data:
1818
"authClientId": {{ default .Values.global.oidc.dashboardClientID "greenhouse" | quote }},
1919
"currentHost": {{ required ".Values.dashboard.assetServerURL missing" .Values.dashboard.assetServerURL | quote }},
2020
"apiEndpoint": {{ include "dashboard.api.hostname" $ | quote }},
21-
"demoUserToken": {{ get $secretData "token" | quote }}
21+
"demoUserToken": {{ get $secretData "token" | b64dec | quote }}
2222
}
2323

0 commit comments

Comments
 (0)