Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LISTENER_DATABASES clobbers DATABASES OPTIONS in wsrelay #15306

Merged
merged 1 commit into from
Jun 27, 2024

Conversation

jamesmarshall24
Copy link
Contributor

@jamesmarshall24 jamesmarshall24 commented Jun 26, 2024

SUMMARY

LISTENER_DATABASES OPTIONS overwrites DATABASES options in wsrelay which could remove alternative authentication methods for postgres in django.

ISSUE TYPE
  • Bug, Docs Fix or other nominal change
COMPONENT NAME
  • API
@jamesmarshall24 jamesmarshall24 changed the title Do not overwrite DATABASES OPTIONS with LISTENER_DATABASES Jun 26, 2024
@TheRealHaoLiu TheRealHaoLiu merged commit 4e0d199 into ansible:devel Jun 27, 2024
21 checks passed
@jamesmarshall24 jamesmarshall24 deleted the append_listener_db branch June 28, 2024 15:21
djyasin pushed a commit to djyasin/awx that referenced this pull request Sep 16, 2024
Do not overwrite DATABASES OPTIONS with LISTENER_DATABASES
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment