fix
This commit is contained in:
@@ -9,7 +9,7 @@ vault secrets enable -path=psql database
|
|||||||
2. настраиваем конфиг и шаблон
|
2. настраиваем конфиг и шаблон
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
vault write psql/config/test-psql \
|
vault write psql/config/testdb1 \
|
||||||
plugin_name=postgresql-database-plugin \
|
plugin_name=postgresql-database-plugin \
|
||||||
allowed_roles="db1-role" \
|
allowed_roles="db1-role" \
|
||||||
connection_url="postgresql://{{username}}:{{password}}@psql:5432/testdb1?sslmode=disable" \
|
connection_url="postgresql://{{username}}:{{password}}@psql:5432/testdb1?sslmode=disable" \
|
||||||
|
Reference in New Issue
Block a user