awx-operator
awx-operator copied to clipboard
Manage client SSL secrets for external DB connectivity (fixes #1088)
SUMMARY
This commit adds a way to provide an SSL client certificate + private key to authenticate against an external postgresql database.
fixes #1088
ISSUE TYPE
- New or Enhanced Feature
ADDITIONAL INFORMATION
The user will have to add the certificate + key in a tls secret and provide it in the awx configuration.
The certificate + key are mounted and copied in order to fix file authorization issues that I have encountered when mounting directly in the pod.