Skip to content

Commit

Permalink
fix k8s guide link in README (dexidp#3474)
Browse files Browse the repository at this point in the history
Signed-off-by: Michele Mastropietro <[email protected]>
  • Loading branch information
elehcim authored Apr 12, 2024
1 parent 3705207 commit 1ca4583
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ For details on how to request or validate an ID Token, see [_"Writing apps that

Dex runs natively on top of any Kubernetes cluster using Custom Resource Definitions and can drive API server authentication through the OpenID Connect plugin. Clients, such as the [`kubernetes-dashboard`](https://github.com/kubernetes/dashboard) and `kubectl`, can act on behalf of users who can login to the cluster through any identity provider dex supports.

* More docs for running dex as a Kubernetes authenticator can be found [here](https://dexidp.io/docs/kubernetes/).
* More docs for running dex as a Kubernetes authenticator can be found [here](https://dexidp.io/docs/guides/kubernetes/).
* You can find more about companies and projects, which uses dex, [here](./ADOPTERS.md).

## Connectors
Expand Down

0 comments on commit 1ca4583

Please sign in to comment.