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
Originally posted by treyhendon September 13, 2024 Is it possible to create and read the database/config api?
database/config
Specifically, I'm trying to recreate Step 2 in this Postgres Database Setup example: https://developer.hashicorp.com/vault/docs/secrets/databases/postgresql#setup
vault write database/config/my-postgresql-database \ plugin_name="postgresql-database-plugin" \ allowed_roles="my-role" \ connection_url="postgresql://{{username}}:{{password}}@localhost:5432/database-name" \ username="vaultuser" \ password="vaultpass" \ password_authentication="scram-sha-256"
The text was updated successfully, but these errors were encountered:
fyi @treyhendon
Sorry, something went wrong.
for #362, configure connection api
c0429d3
fa384b5
fixes #362 pg con
0515f59
Thank you!
rajanadar
No branches or pull requests
Discussed in #361
Originally posted by treyhendon September 13, 2024
Is it possible to create and read the
database/config
api?Specifically, I'm trying to recreate Step 2 in this Postgres Database Setup example: https://developer.hashicorp.com/vault/docs/secrets/databases/postgresql#setup
The text was updated successfully, but these errors were encountered: