mirror of
https://github.com/hashicorp/vault.git
synced 2026-05-28 04:10:44 -04:00
docs: pg username not prefixed with vault-
due to
05fa4a4a48,
vault no longer prefixes the username with `vault-`
This commit is contained in:
parent
8703e37b98
commit
66e0cb2175
1 changed files with 2 additions and 2 deletions
|
|
@ -91,7 +91,7 @@ Key Value
|
|||
lease_id postgresql/creds/readonly/c888a097-b0e2-26a8-b306-fc7c84b98f07
|
||||
lease_duration 3600
|
||||
password 34205e88-0de1-68b7-6267-72d8e32c5d3d
|
||||
username vault-root-1430162075-7887
|
||||
username root-1430162075-7887
|
||||
```
|
||||
|
||||
By reading from the `creds/readonly` path, Vault has generated a new
|
||||
|
|
@ -302,7 +302,7 @@ subpath for interactive help output.
|
|||
```javascript
|
||||
{
|
||||
"data": {
|
||||
"username": "vault-root-1430158508-126",
|
||||
"username": "root-1430158508-126",
|
||||
"password": "132ae3ef-5a64-7499-351e-bfe59f3a2a21"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue