Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Hoffman authored Jul 3, 2018
1 parent 5c73003 commit 52a6ea3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/source/docs/concepts/policies.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ capabilities, which controls a token's access to credentials in Vault.
an exact match or the longest-prefix match of a glob. This means if you define a
policy for `"secret/foo*"`, the policy would also match `"secret/foobar"`.

!> The glob character referred to in this documentation is the asterisk (`*`). It *is not a regular expression*, and is only supported **as the last character of the path**!
!> The glob character referred to in this documentation is the asterisk (`*`). It *is not a regular expression* and is only supported **as the last character of the path**!

When providing `list` capability, it is important to note that since listing
always operates on a prefix, policies must operate on a prefix because Vault
Expand Down

0 comments on commit 52a6ea3

Please sign in to comment.