Skip to content

Commit

Permalink
fix: Don't obfuscate the Client Secret
Browse files Browse the repository at this point in the history
  • Loading branch information
sl1pm4t committed Dec 13, 2023
1 parent aff5cc7 commit 9961ef7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/linux-mac-common.html
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ <h2>Add / Update kubeconfig context</h2>
--exec-arg=--oidc-issuer-url={{ .Issuer }} \
--exec-arg=--oidc-client-id={{ .ClientID }} \
{{- if .ClientSecret }}
--exec-arg=--oidc-client-secret=YOUR_CLIENT_SECRET \
--exec-arg=--oidc-client-secret={{ .ClientSecret }} \
{{- end }}
--exec-arg=--oidc-extra-scope=email \
--exec-arg=--oidc-extra-scope=groups</code></pre>
Expand Down

0 comments on commit 9961ef7

Please sign in to comment.