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
536ee276
Unverified
Commit
536ee276
authored
3 years ago
by
Loann Le
Committed by
GitHub
3 years ago
Browse files
Options
Download
Email Patches
Plain Diff
fixed link error (#13103)
parent
e130fbc1
Branches unavailable
v1.10.2
v1.10.1
v1.10.0
v1.10.0-rc1
sdk/v0.4.1
sdk/v0.4.0
last-go-modable
api/v1.5.0
api/v1.4.1
api/v1.4.0
api/v1.3.1
api/auth/ldap/v0.1.0
api/auth/gcp/v0.1.0
api/auth/azure/v0.1.0
api/auth/approle/v0.1.1
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
website/content/docs/internals/security.mdx
+2
-2
website/content/docs/internals/security.mdx
with
2 additions
and
2 deletions
+2
-2
website/content/docs/internals/security.mdx
+
2
-
2
View file @
536ee276
...
...
@@ -109,7 +109,7 @@ This client token is then returned to the client.
On each request a client provides this token. Vault then uses it to check that
the token is valid and has not been revoked or expired, and generates an ACL
based on the associated policies. Vault uses a strict default deny
based on the associated policies. Vault uses a strict default deny
enforcement strategy. This means unless an associated policy allows for a given action,
it will be denied. Each policy specifies a level of access granted to a path in
Vault. When the policies are merged (if multiple policies are associated with a
...
...
@@ -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
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
[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
policy built into Vault. This is similar to the concept of a root user on a
...
...
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