Document Postgres ha_table parameter (#7444)

Fixes #7416
This commit is contained in:
Jim Kalafut 2019-09-07 08:49:14 -07:00 committed by GitHub
parent 4ae3319289
commit b43e0652f8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -111,6 +111,10 @@ LANGUAGE plpgsql;
- `ha_enabled` `(string: "true|false")` Default not enabled, requires 9.5 or later.
- `ha_table` `(string: "vault_ha_locks")` Specifies the name of the table to use
for storing high availability information. This table must already exist (Vault
will not attempt to create it).
## `postgresql` Examples
### Custom SSL Verification