2022-05-11 10:50:05 +00:00
|
|
|
# kubezero-auth
|
|
|
|
|
2024-09-10 01:46:40 +00:00
|
|
|
![Version: 0.5.1](https://img.shields.io/badge/Version-0.5.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 22.0.5](https://img.shields.io/badge/AppVersion-22.0.5-informational?style=flat-square)
|
2022-05-11 10:50:05 +00:00
|
|
|
|
|
|
|
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
|
|
|
|
|
2023-09-06 10:43:03 +00:00
|
|
|
Kubernetes: `>= 1.26.0`
|
2022-05-11 10:50:05 +00:00
|
|
|
|
|
|
|
| Repository | Name | Version |
|
|
|
|
|------------|------|---------|
|
2022-12-15 21:51:31 +00:00
|
|
|
| https://cdn.zero-downtime.net/charts/ | kubezero-lib | >= 0.1.6 |
|
2024-09-10 01:46:40 +00:00
|
|
|
| oci://registry-1.docker.io/bitnamicharts | keycloak | 22.2.1 |
|
2022-05-11 10:50:05 +00:00
|
|
|
|
|
|
|
# Keycloak
|
|
|
|
|
2022-05-11 11:08:56 +00:00
|
|
|
## Operator
|
|
|
|
|
2023-09-06 10:43:03 +00:00
|
|
|
https://www.keycloak.org/operator/installation
|
2022-05-11 11:08:56 +00:00
|
|
|
https://github.com/keycloak/keycloak/tree/main/operator
|
2022-11-03 14:02:21 +00:00
|
|
|
https://github.com/aerogear/keycloak-metrics-spi
|
2022-11-03 13:41:46 +00:00
|
|
|
https://github.com/keycloak/keycloak-benchmark/tree/main/provision/minikube/keycloak/templates
|
2022-05-11 11:08:56 +00:00
|
|
|
|
2022-05-11 10:50:05 +00:00
|
|
|
## Resources
|
2023-09-06 10:43:03 +00:00
|
|
|
- https://github.com/bitnami/charts/tree/main/bitnami/keycloak
|
2022-05-11 10:50:05 +00:00
|
|
|
|
|
|
|
## Values
|
|
|
|
|
|
|
|
| Key | Type | Default | Description |
|
|
|
|
|-----|------|---------|-------------|
|
2023-09-06 10:43:03 +00:00
|
|
|
| keycloak.auth.adminUser | string | `"admin"` | |
|
|
|
|
| keycloak.auth.existingSecret | string | `"kubezero-auth"` | |
|
|
|
|
| keycloak.auth.passwordSecretKey | string | `"admin-password"` | |
|
2022-05-11 10:50:05 +00:00
|
|
|
| keycloak.enabled | bool | `false` | |
|
2024-09-10 01:46:40 +00:00
|
|
|
| keycloak.hostnameStrict | bool | `false` | |
|
2023-11-07 15:13:26 +00:00
|
|
|
| keycloak.istio.admin.enabled | bool | `false` | |
|
|
|
|
| keycloak.istio.admin.gateway | string | `"istio-ingress/private-ingressgateway"` | |
|
|
|
|
| keycloak.istio.admin.url | string | `""` | |
|
|
|
|
| keycloak.istio.auth.enabled | bool | `false` | |
|
|
|
|
| keycloak.istio.auth.gateway | string | `"istio-ingress/ingressgateway"` | |
|
|
|
|
| keycloak.istio.auth.url | string | `""` | |
|
2022-05-11 14:31:37 +00:00
|
|
|
| keycloak.metrics.enabled | bool | `false` | |
|
2023-09-06 10:43:03 +00:00
|
|
|
| keycloak.metrics.serviceMonitor.enabled | bool | `true` | |
|
|
|
|
| keycloak.pdb.create | bool | `false` | |
|
|
|
|
| keycloak.pdb.minAvailable | int | `1` | |
|
|
|
|
| keycloak.postgresql.auth.database | string | `"keycloak"` | |
|
|
|
|
| keycloak.postgresql.auth.existingSecret | string | `"kubezero-auth"` | |
|
|
|
|
| keycloak.postgresql.auth.username | string | `"keycloak"` | |
|
|
|
|
| keycloak.postgresql.primary.persistence.size | string | `"1Gi"` | |
|
2024-09-10 01:46:40 +00:00
|
|
|
| keycloak.postgresql.primary.resources.limits.memory | string | `"128Mi"` | |
|
|
|
|
| keycloak.postgresql.primary.resources.requests.cpu | string | `"100m"` | |
|
|
|
|
| keycloak.postgresql.primary.resources.requests.memory | string | `"64Mi"` | |
|
2023-09-06 10:43:03 +00:00
|
|
|
| keycloak.postgresql.readReplicas.replicaCount | int | `0` | |
|
|
|
|
| keycloak.production | bool | `true` | |
|
2024-08-16 13:06:32 +00:00
|
|
|
| keycloak.proxyHeaders | string | `"xforwarded"` | |
|
2023-09-06 10:43:03 +00:00
|
|
|
| keycloak.replicaCount | int | `1` | |
|
2024-08-19 14:10:28 +00:00
|
|
|
| keycloak.resources.limits.memory | string | `"768Mi"` | |
|
|
|
|
| keycloak.resources.requests.cpu | string | `"100m"` | |
|
|
|
|
| keycloak.resources.requests.memory | string | `"512Mi"` | |
|