Skip to content

Commit 13dc9e2

Browse files
committed
vault
1 parent 8754291 commit 13dc9e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/core_concepts/29_oidc/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@ export async function main() {
381381
});
382382
const token = (await res.json()).auth.client_token;
383383

384-
const password = await fetch('http://127.0.0.1:8200/v1/secret/production/foo', {
384+
const password = await fetch('http://127.0.0.1:8200/v1/secret/data/production/foo', {
385385
headers: { 'X-Vault-Token': token }
386386
});
387387

0 commit comments

Comments
 (0)