add link to api docs (#4757)

This commit is contained in:
Becca Petrin 2018-06-13 09:35:37 -07:00 committed by GitHub
parent 0962253c4b
commit 53e6dc53e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -145,4 +145,10 @@ Group Managed Service Accounts are a successor to Managed Service Accounts. Plea
Active Directory promises _eventual consistency_, which means that new passwords may not be propagated to all instances
immediately. To deal with this, Vault returns the current password with the last password if it's known. That way, if a new
password isn't fully operational, the last password can also be used.
password isn't fully operational, the last password can also be used.
## API
The Active Directory secrets engine has a full HTTP API. Please see the
[Active Directory secrets engine API](/api/secret/ad/index.html) for more
details.