Doc: provide info on postgres secrets connection config (#8516)
Co-authored-by: Vishal Nayak <vishalnayak@users.noreply.github.com>
This commit is contained in:
parent
0a3beba673
commit
c0885b0dfc
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue