Add links to API docs (#9442)

This commit is contained in:
Michael Golowka 2020-07-10 12:55:43 -06:00 committed by GitHub
parent c822a4bffb
commit 23a3375f98
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions

View File

@ -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