From 54c62fe5aa438c0bdd334028977448f6318012da Mon Sep 17 00:00:00 2001 From: Spencer Herzberg Date: Tue, 22 Sep 2015 10:14:47 -0500 Subject: [PATCH] docs: pg username not prefixed with vault- due to https://github.com/hashicorp/vault/commit/05fa4a4a48362f815060d442596e2d5bbe0f4769, vault no longer prefixes the username with `vault-` --- website/source/docs/secrets/postgresql/index.html.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/source/docs/secrets/postgresql/index.html.md b/website/source/docs/secrets/postgresql/index.html.md index 3d0da282e..79fe77a4d 100644 --- a/website/source/docs/secrets/postgresql/index.html.md +++ b/website/source/docs/secrets/postgresql/index.html.md @@ -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" } }