-
Notifications
You must be signed in to change notification settings - Fork 41.1k
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
Add support for ALLOW_EMPTY_PASSWORD when using bitnami/postgresql with Docker Compose #43771
Conversation
58498fc
to
490a1a7
Compare
Thanks for the PR. I think this is really doing four separate things:
Can you please split your PR up into four new PRs, one for each of the above? If you'd prefer to avoid that overhead, please let us know and we can open issues and take care of things. Either way, thanks again for this PR and for bringing the need for some changes to our attention. |
@wilkinsona I appreciate your reply and am willing to take any necessary action :) Could you kindly provide some guidance on how can I split this PR, as point 2, 3, 4 you mentioned share the same
|
Rather than introducing |
Noted, that way I will put multiple
Please note that Bitnami treats |
For simplicity, I don't think we should support Line 44 in c847ce4
We might want to support both That said, I'd prefer that we just consistently look for |
490a1a7
to
b1fd9ba
Compare
Blocked by #43787 for parsing the username and database |
This comment was marked as resolved.
This comment was marked as resolved.
Signed-off-by: He Zean <[email protected]>
b1fd9ba
to
76fa04d
Compare
See gh-43771 Signed-off-by: He Zean <[email protected]>
Thanks again, @hezean. |
Adds support for
ALLOW_EMPTY_PASSWORD
inbitnami/postgresql
.