awx-operator icon indicating copy to clipboard operation
awx-operator copied to clipboard

Manage client SSL secrets for external DB connectivity (fixes #1088)

Open mqufflc opened this issue 1 year ago • 12 comments

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.

mqufflc avatar Apr 28 '23 10:04 mqufflc