kubezero/charts/kubezero-auth
Stefan Reimer 9f389d5c13 feat: bootstrap / upgrade reorg as part of 1.23 2022-09-11 13:54:56 +02:00
..
crds feat: version bump of kubezero-auth / keycloak 2022-09-02 11:46:53 +02:00
templates/keycloak feat: version bump of kubezero-auth / keycloak 2022-09-02 11:46:53 +02:00
Chart.yaml feat: version bump of kubezero-auth / keycloak 2022-09-02 11:46:53 +02:00
README.md feat: bootstrap / upgrade reorg as part of 1.23 2022-09-11 13:54:56 +02:00
README.md.gotmpl feat: Auth Keycloak operator working 2022-05-11 13:08:56 +02:00
keycloak.patch feat: Make Keycloak work behind Istio 2022-05-11 16:31:37 +02:00
update.sh feat: 1.22.8-10 and other modules latest vesions 2022-06-21 20:35:35 +02:00
values.yaml feat: version bump of kubezero-auth / keycloak 2022-09-02 11:46:53 +02:00

README.md

kubezero-auth

Version: 0.2.4 Type: application AppVersion: 19.0.1

KubeZero umbrella chart for all things Authentication and Identity management

Homepage: https://kubezero.com

Maintainers

Name Email Url
Stefan Reimer stefan@zero-downtime.net

Requirements

Kubernetes: >= 1.20.0

Repository Name Version
https://cdn.zero-downtime.net/charts/ kubezero-lib >= 0.1.5
https://charts.bitnami.com/bitnami postgresql 11.8.1

Keycloak

Operator

https://github.com/keycloak/keycloak/tree/main/operator

Resources

  • Codecentric Helm chart: https://github.com/codecentric/helm-charts/tree/master/charts/keycloak
  • custom image: https://www.keycloak.org/server/containers

Values

Key Type Default Description
keycloak.enabled bool false
keycloak.istio.enabled bool false
keycloak.istio.gateway string "istio-ingress/private-ingressgateway"
keycloak.istio.url string ""
keycloak.metrics.enabled bool false
postgresql.auth.database string "keycloak"
postgresql.auth.existingSecret string "kubezero-auth-postgresql"
postgresql.auth.username string "keycloak"
postgresql.enabled bool false
postgresql.primary.persistence.size string "1Gi"
postgresql.readReplicas.replicaCount int 0