Browse Source

Merge pull request #1334 from tmatias/patch-1

point users to storage/RBAC docs
v2.13.x v2.13.0
Eric Chiang 7 years ago committed by GitHub
parent
commit
57b1031352
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      Documentation/kubernetes.md

2
Documentation/kubernetes.md

@ -60,7 +60,7 @@ To run dex on Kubernetes perform the following steps:
2. Spin up a Kubernetes cluster with the appropriate flags and CA volume mount.
3. Create a secret containing your [GitHub OAuth2 client credentials][github-oauth2].
4. Deploy dex.
5. Create and assign 'dex' cluster role to dex service account (if RBAC authorization is used).
5. Create and assign 'dex' cluster role to dex service account ([to enable dex to manage its CRDs, if RBAC authorization is used](https://github.com/dexidp/dex/blob/master/Documentation/storage.md#kubernetes-custom-resource-definitions-crds)).
The TLS assets can be created using the following command:

Loading…
Cancel
Save