Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
Vault
Commits
ff6eecf7
Unverified
Commit
ff6eecf7
authored
4 years ago
by
Andy Assareh
Committed by
GitHub
4 years ago
Browse files
Options
Download
Email Patches
Plain Diff
minor formatting
parent
62d6ebf6
Branches unavailable
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
website/pages/docs/concepts/policies.mdx
+2
-2
website/pages/docs/concepts/policies.mdx
with
2 additions
and
2 deletions
+2
-2
website/pages/docs/concepts/policies.mdx
+
2
-
2
View file @
ff6eecf7
...
...
@@ -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"]
}
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help