forked from mystiq/dex
Fix typo.
This commit is contained in:
parent
c113df2730
commit
ac290f77aa
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@ $ kubectl config set-credentials test \
|
||||||
--auth-provider-arg=client-id=kubernetes \
|
--auth-provider-arg=client-id=kubernetes \
|
||||||
--auth-provider-arg=client-secret=ZXhhbXBsZS1hcHAtc2VjcmV0 \
|
--auth-provider-arg=client-secret=ZXhhbXBsZS1hcHAtc2VjcmV0 \
|
||||||
--auth-provider-arg=idp-certificate-authority-data=$(base64 -w 0 openid-ca.pem) \
|
--auth-provider-arg=idp-certificate-authority-data=$(base64 -w 0 openid-ca.pem) \
|
||||||
--auth-provider-arg=extra-scopes="offline_access openid profile email group"
|
--auth-provider-arg=extra-scopes="offline_access openid profile email groups"
|
||||||
$ kubectl config use-context oidc-ctx
|
$ kubectl config use-context oidc-ctx
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue