We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
to allow the Python installer to behave more closely with the guides' manual specification.
when db.postgres.auth is set to trust don't create the database, the user or set permissions on the public schema.
trust
will also allow for configurable authentication, which will be nice. default to scram-sha-256
scram-sha-256
The text was updated successfully, but these errors were encountered:
setting db.postgres.auth to trust results in
db.postgres.auth
postgres=# \l List of databases Name | Owner | Encoding | Collate | Ctype | Access privileges -----------+----------+----------+-------------+-------------+-------------------------- postgres | postgres | UTF8 | en_US.UTF-8 | en_US.UTF-8 | <snip> vagrantdb | postgres | UTF8 | en_US.UTF-8 | en_US.UTF-8 | =Tc/postgres + | | | | | postgres=CTc/postgres + | | | | | vagrantuser=CTc/postgres (4 rows)
Sorry, something went wrong.
#319 allow configurable Postgres authentication
b7c827d
#319 local auth should be peer, configure replication auth as well
0cd9110
#319 allow configurable Postgres authentication, correct local auth t…
7ec8179
…o peer
donsizemore
Successfully merging a pull request may close this issue.
to allow the Python installer to behave more closely with the guides' manual specification.
when db.postgres.auth is set to
trust
don't create the database, the user or set permissions on the public schema.will also allow for configurable authentication, which will be nice. default to
scram-sha-256
The text was updated successfully, but these errors were encountered: