Add links to API docs (#9442)
This commit is contained in:
parent
c822a4bffb
commit
23a3375f98
|
@ -15,7 +15,7 @@ the documentation for the engine you are using for compatibility.
|
|||
|
||||
**Note:** Password policies are unrelated to [Policies](/docs/concepts/policies) other than sharing similar names.
|
||||
|
||||
Password policies are available in Vault version 1.5+.
|
||||
Password policies are available in Vault version 1.5+. [API docs can be found here](/api-docs/system/policies-password).
|
||||
|
||||
!> Password policies are an advanced usage of Vault. This generates credentials for external systems
|
||||
(databases, LDAP, AWS, etc.) and should be used with caution.
|
||||
|
@ -238,6 +238,9 @@ produce passwords.
|
|||
Password policies are defined in [HCL](https://github.com/hashicorp/hcl) or JSON which defines
|
||||
the length of the password and a set of rules a password must adhere to.
|
||||
|
||||
See the [API docs](/api-docs/system/policies-password) for examples of the commands to save/read/etc.
|
||||
password policies
|
||||
|
||||
Here is a very simple policy which generates 20 character passwords from lowercase characters:
|
||||
|
||||
```hcl
|
||||
|
|
Loading…
Reference in New Issue