Skip to content

Commit

Permalink
Update OIDC tutorial auth modes
Browse files Browse the repository at this point in the history
Make docs reflect needed apiserver auth modes

For context see kubernetes#17456 and kubernetes#6061
  • Loading branch information
pnasrat committed Oct 23, 2023
1 parent 26626ce commit e1c48e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/content/en/docs/tutorials/openid_connect_auth.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ The following example configures your Minikube cluster to support RBAC and OIDC:

```shell
minikube start \
--extra-config=apiserver.authorization-mode=RBAC \
--extra-config=apiserver.authorization-mode=Node,RBAC \
--extra-config=apiserver.oidc-issuer-url=https://example.com \
--extra-config=apiserver.oidc-username-claim=email \
--extra-config=apiserver.oidc-client-id=kubernetes-local
Expand Down

0 comments on commit e1c48e8

Please sign in to comment.