This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new 20ca9c21d3 Change postgres auth method (#24640)
20ca9c21d3 is described below
commit 20ca9c21d3453cceed1601dd26c032a92252c9c6
Author: Gabriel Machado <[email protected]>
AuthorDate: Sat Jun 25 21:23:08 2022 +0200
Change postgres auth method (#24640)
---
scripts/ci/docker-compose/backend-postgres.yml | 1 +
1 file changed, 1 insertion(+)
diff --git a/scripts/ci/docker-compose/backend-postgres.yml
b/scripts/ci/docker-compose/backend-postgres.yml
index 6b1c92ac6d..8f9ee2dcce 100644
--- a/scripts/ci/docker-compose/backend-postgres.yml
+++ b/scripts/ci/docker-compose/backend-postgres.yml
@@ -33,6 +33,7 @@ services:
- POSTGRES_USER=postgres
- POSTGRES_PASSWORD=airflow
- POSTGRES_DB=airflow
+ - POSTGRES_HOST_AUTH_METHOD=password
volumes:
- /dev/urandom:/dev/random # Required to get non-blocking entropy
source
- postgres-db-volume:/var/lib/postgresql/data