[bitnami/keycloak] Add the solution for #6940 in docs - SSL Offload (#7838)

* Add the solution for #6940 in docs

* Update README.md

Co-authored-by: Carlos Rodríguez Hernández <carlosrh@vmware.com>
This commit is contained in:
Frédéric Pégé
2021-10-18 12:28:50 +02:00
committed by GitHub
parent 5800273a2d
commit ab31c94a6e

View File

@@ -377,6 +377,16 @@ To enable Ingress integration, set `ingress.enabled` to `true`. The `ingress.hos
The chart also facilitates the creation of TLS secrets for use with the Ingress controller, with different options for certificate management. [Learn more about TLS secrets](https://docs.bitnami.com/kubernetes/apps/keycloak/administration/enable-tls-ingress/).
### Use with ingress offloading SSL
If your ingress controller has the SSL Termination, you can add the following env vars in `extraEnvVars`
```yaml
- name: KEYCLOAK_PROXY_ADDRESS_FORWARDING
value: "true"
- name: KEYCLOAK_FRONTEND_URL
value: "https://keycloak.xxx"
```
### Manage secrets and passwords
This chart provides several ways to manage passwords: