1
0
mirror of https://github.com/funkypenguin/geek-cookbook/ synced 2025-12-19 20:51:43 +00:00

Update casing for Keycloak

Signed-off-by: David Young <davidy@funkypenguin.co.nz>
This commit is contained in:
David Young
2023-11-15 15:26:39 +13:00
parent 94da6c77dc
commit af8eae4cfd
8 changed files with 17 additions and 17 deletions

View File

@@ -19,12 +19,12 @@ True to form, Kubernetes doesn't provide any turnkey access solution, but all th
## Requirements
Securing access to Kubernetes' API server requires an OIDC provider, be it an external service like Auth0 or Octa, or a self-hosted, open-source IDP like KeyCloak or [authentik][k8s/authentik].
Securing access to Kubernetes' API server requires an OIDC provider, be it an external service like Auth0 or Octa, or a self-hosted, open-source IDP like Keycloak or [authentik][k8s/authentik].
### Setup Provider
1. Setup [Authentik for Kubernetes API authentication](/kubernetes/authentication/authentik/)
2. KeyCloak (*coming soon*)
2. Keycloak (*coming soon*)
### Configure Kubernetes for OIDC auth