ansible/awx-operator

Give a way to connect to external postgres database with client SSL credentials

Open

#1,088 opened on Oct 15, 2022

View on GitHub
 (8 comments) (1 reaction) (0 assignees)Jinja (712 forks)auto 404
help wantedneeds_triage

Repository metrics

Stars
 (1,488 stars)
PR merge metrics
 (PR metrics pending)

Description

Please confirm the following

  • I agree to follow this project's code of conduct.
  • I have checked the current issues for duplicates.
  • I understand that AWX Operator is open source software provided for free and that I might not receive a timely response.

Feature Summary

I haven't found a way to specify a ssl private key and certificate in order to connect to an external database.

My use case is to use a cloud sql instance hosted on GCP and to enforce the use of SSL to connect to the database. Doing so disables the possibility to connect with a username and password.

I have enabled the option on a running awx instance deployed with awx-operator. AWX was then unable to connect to the database.

Contributor guide