Closed wustus closed 5 months ago
[!IMPORTANT]
Review Skipped
Review was skipped due to path filters
Files ignored due to path filters (2)
* `charts/authelia/Chart.yaml` is excluded by `!**/*.yaml` * `charts/authelia/templates/configMap.yaml` is excluded by `!**/*.yaml`You can disable this status message by setting the
reviews.review_status
tofalse
in the CodeRabbit configuration file.
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Aims to implement a fix for #239
The check if TLS is enabled was missing for the storage providers. This lead to TLS errors when connecting to local database instances:
This PR generates the CM without the TLS key for the MySQL and Postgres storage providers if TLS is not enabled.