mirror of
https://github.com/hashicorp/vault.git
synced 2025-11-28 06:01:08 +01:00
Update policies.mdx (#16312)
548 From "builtin" to "built-in" to be consistent with the previous sentence. 589 from "can not" to "cannot"
This commit is contained in:
parent
1915ca0334
commit
3df6e359bc
@ -545,7 +545,7 @@ keeping token lifetimes as short as possible.
|
||||
## Built-in Policies
|
||||
|
||||
Vault has two built-in policies: `default` and `root`. This section describes
|
||||
the two builtin policies.
|
||||
the two built-in policies.
|
||||
|
||||
### Default Policy
|
||||
|
||||
@ -586,7 +586,7 @@ $ curl \
|
||||
|
||||
### Root Policy
|
||||
|
||||
The `root` policy is a built-in Vault policy that can not be modified or removed.
|
||||
The `root` policy is a built-in Vault policy that cannot be modified or removed.
|
||||
Any user associated with this policy becomes a root user. A root user can do
|
||||
_anything_ within Vault. As such, it is **highly recommended** that you revoke
|
||||
any root tokens before running Vault in production.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user