fixed link error (#13103)
This commit is contained in:
parent
811c7a8133
commit
6a5fc75ff5
|
@ -118,7 +118,7 @@ client), the highest access level permitted is used. For example, if the
|
||||||
"ops" policy permits read access to the "ops/" path, then the user gets the
|
"ops" policy permits read access to the "ops/" path, then the user gets the
|
||||||
union of those. Policy is matched using the most specific defined policy, which
|
union of those. Policy is matched using the most specific defined policy, which
|
||||||
may be an exact match or the longest-prefix match glob pattern. See
|
may be an exact match or the longest-prefix match glob pattern. See
|
||||||
[Policy Syntax](../concepts/policies#policy-syntax) for more details.
|
[Policy Syntax](/docs/concepts/policies#policy-syntax) for more details.
|
||||||
|
|
||||||
Certain operations are only permitted by "root" users, which is a distinguished
|
Certain operations are only permitted by "root" users, which is a distinguished
|
||||||
policy built into Vault. This is similar to the concept of a root user on a
|
policy built into Vault. This is similar to the concept of a root user on a
|
||||||
|
|
Loading…
Reference in a new issue