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

allow configurable Postgres authentication #319

Open
donsizemore opened this issue Sep 12, 2023 · 1 comment · May be fixed by #320
Open

allow configurable Postgres authentication #319

donsizemore opened this issue Sep 12, 2023 · 1 comment · May be fixed by #320
Assignees

Comments

@donsizemore
Copy link
Member

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

@donsizemore donsizemore self-assigned this Sep 12, 2023
@donsizemore
Copy link
Member Author

setting db.postgres.auth to trust results in

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant