mirror of
https://github.com/hashicorp/vault.git
synced 2026-05-28 04:10:44 -04:00
Typo in concepts/policy-syntax (#6782)
This commit is contained in:
parent
b6639a388f
commit
dbd1b1ee8a
1 changed files with 1 additions and 1 deletions
|
|
@ -95,7 +95,7 @@ path "secret/foo" {
|
|||
```
|
||||
|
||||
When this policy is assigned to a token, the token can read from `"secret/foo"`.
|
||||
However, the token could not update or delete `"secret/foo"`, since the
|
||||
However, the token cannot update or delete `"secret/foo"`, since the
|
||||
capabilities do not allow it. Because policies are **deny by default**, the
|
||||
token would have no other access in Vault.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue