Skip to content
Snippets Groups Projects
Verified Commit 1128e5ec authored by Mark's avatar Mark
Browse files

Fix oauth client secret in values file

parent fa078cb9
No related branches found
No related tags found
1 merge request!7Integration user panel
......@@ -5,4 +5,4 @@ metadata:
type: Opaque
data:
client_id: {{ "user-panel" | b64enc }}
client_secret: {{ randAlphaNum 32 | b64enc }}
client_secret: {{ .Values.userpanel.oAuth.client_secret | b64enc }}
userpanel:
ingress:
host: admin.oas.alumnicloud.net
oAuth:
client_secret: "YouReallyNeedToChangeThis"
userbackend:
username: "admin"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment