* [bitnami/keycloak] Add support for autogenerated certs
* Update README.md and version bump
* Replace 'true' with ternary
* Add commonAnnotations to tls-secret.yaml
* Minor change
* Add initContainer for Keystore autogeneration
* Add validation and minor fix
* Update _helpers.tpl
* Remove auth.tls.image
* Use initContainer to configure keycloak certs
Signed-off-by: jgallucci32 <john.gallucci.iv@gmail.com>
* Fix permission issue with keycloak cert directory
The defaultMode needs to be set to 420 in order for the Wildfly threads which execute as non-root to have world-read on the certificate files. The mode of 256 means only root can read the files, preventing the Wildfly server from starting.
* Use bitnami images per policy. Use helm value for obtaining ID.
Signed-off-by: jgallucci32 <john.gallucci.iv@gmail.com>
* Removing mkdir statement as no longer needed.
Signed-off-by: jgallucci32 <john.gallucci.iv@gmail.com>
* Update bitnami/keycloak/templates/statefulset.yaml
Changing to use /bin/bash for container command.
Co-authored-by: Francisco de Paz Galán <fdepaz@vmware.com>
* Apply suggestions from code review
Separate if statements for initContainers and tls.auth configurations
Co-authored-by: Francisco de Paz Galán <fdepaz@vmware.com>
* Add TLS init container parameters to README.md
Signed-off-by: jgallucci32 <john.gallucci.iv@gmail.com>
* Add missing end statement
Signed-off-by: jgallucci32 <john.gallucci.iv@gmail.com>
* Add auth tls image name to helpers
Signed-off-by: jgallucci32 <john.gallucci.iv@gmail.com>
* Bump keycloak chart from 1.4.1 to 1.4.2
Co-authored-by: Francisco de Paz Galán <fdepaz@vmware.com>