Doc: provide info on postgres secrets connection config (#8516)

Co-authored-by: Vishal Nayak <vishalnayak@users.noreply.github.com>
This commit is contained in:
Ross Vandegrift 2020-03-20 08:24:02 -07:00 committed by GitHub
parent 0a3beba673
commit c0885b0dfc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

View File

@ -18,6 +18,13 @@ Roles](/docs/secrets/databases#static-roles).
See the [database secrets engine](/docs/secrets/databases) docs for
more information about setting up the database secrets engine.
The PostgreSQL secrets engine uses
[pq](https://pkg.go.dev/github.com/lib/pq?tab=doc), the same database
library as the [PostgreSQL storage
backend](/docs/configuration/storage/postgresql). Connection string
options, including SSL options, can be found
[here](https://godoc.org/github.com/lib/pq#hdr-Connection_String_Parameters)
## Setup
1. Enable the database secrets engine if it is not already enabled: