mirror of
https://github.com/hashicorp/vault.git
synced 2026-02-16 01:18:11 -05:00
* physical/posgresql: add ability to use CONNECTION_URL environment variable instead of requiring it to be configured in the Vault config file. Signed-off-by: Colton McCurdy <mccurdyc22@gmail.com> * storage/postgresql: update configuration documentation for postgresql storage backend to include connection_url configuration via the PG_CONNECTION_URL environment variable Signed-off-by: Colton McCurdy <mccurdyc22@gmail.com> * physical/postgresql: add a configuration file and tests for getting the connection_url from the config file or environment Signed-off-by: Colton McCurdy <mccurdyc22@gmail.com> * physical/postgresql: update postgresql backend to pull the required connection_url from the PG_CONNECTION_URL environment variable if it exists, otherwise, fallback to using the config file Signed-off-by: Colton McCurdy <mccurdyc22@gmail.com> * physical/postgresql: remove configure*.go files and prefer the postgresql*.go files Signed-off-by: Colton McCurdy <mccurdyc22@gmail.com> * physical/postgresql: move and simplify connectionURL function Signed-off-by: Colton McCurdy <mccurdyc22@gmail.com> * physical/postgresql: update connectionURL test to use an unordered map instead of slice to avoid test flakiness Signed-off-by: Colton McCurdy <mccurdyc22@gmail.com> * physical/postgresql: update config env to be prefixed with VAULT_ - VAULT_PG_CONNECTION_URL Signed-off-by: Colton McCurdy <mccurdyc22@gmail.com> * docs/web: update postgresql backend docs to use updated, VAULT_ prefixed config env Signed-off-by: Colton McCurdy <mccurdyc22@gmail.com> |
||
|---|---|---|
| .. | ||
| alicloudoss.html.md | ||
| azure.html.md | ||
| cassandra.html.md | ||
| cockroachdb.html.md | ||
| consul.html.md | ||
| couchdb.html.md | ||
| dynamodb.html.md | ||
| etcd.html.md | ||
| filesystem.html.md | ||
| foundationdb.html.md | ||
| google-cloud-spanner.html.md | ||
| google-cloud-storage.html.md | ||
| in-memory.html.md | ||
| index.html.md | ||
| manta.html.md | ||
| mssql.html.md | ||
| mysql.html.md | ||
| oci-object-storage.html.md | ||
| postgresql.html.md | ||
| raft.html.md | ||
| s3.html.md | ||
| swift.html.md | ||
| zookeeper.html.md | ||