Unverified Commit ff6eecf7 authored by Andy Assareh's avatar Andy Assareh Committed by GitHub
Browse files

minor formatting

parent 62d6ebf6
Branches unavailable
No related merge requests found
Showing with 2 additions and 2 deletions
+2 -2
......@@ -144,7 +144,7 @@ path "secret/bar/*" {
}
# Permit reading everything prefixed with "zip-". An attached token could read
# "secret/zip-zap" or "secret/zip-zap/zong", but not "secret/zip/zap
# "secret/zip-zap" or "secret/zip-zap/zong", but not "secret/zip/zap".
path "secret/zip-*" {
capabilities = ["read"]
}
......@@ -154,7 +154,7 @@ In addition, a `+` can be used to denote any number of characters bounded
within a single path segment (this appeared in Vault 1.1):
```ruby
# Permit reading the "teamb" path under any top-level path under secret/
# Permit reading the "teamb" path under any top-level path under secret/.
path "secret/+/teamb" {
capabilities = ["read"]
}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment