Skip to content

Commit 315f7d2

Browse files
authored
Update important-changes.mdx (#687)
Added missing "audience=myapp \" param to k8s auth role definition.
2 parents f860711 + 62125d1 commit 315f7d2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

content/vault/v1.20.x/content/docs/updates/important-changes.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ vault write auth/kubernetes/role/demo \
105105
bound_service_account_names=myapp \
106106
bound_service_account_namespaces=default \
107107
policies=default \
108+
audience=myapp \
108109
ttl=1h
109110
```
110111

0 commit comments

Comments
 (0)