Skip to content
Snippets Groups Projects
Unverified Commit 44e988fb authored by Tiago Matias's avatar Tiago Matias Committed by GitHub
Browse files

point users to storage/RBAC docs

parent 65b0c919
No related branches found
No related tags found
No related merge requests found
...@@ -60,7 +60,7 @@ To run dex on Kubernetes perform the following steps: ...@@ -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. 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]. 3. Create a secret containing your [GitHub OAuth2 client credentials][github-oauth2].
4. Deploy dex. 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: The TLS assets can be created using the following command:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment