From 53e6dc53e40f81f7eb3dcab841bd0ea6cbe4767b Mon Sep 17 00:00:00 2001 From: Becca Petrin Date: Wed, 13 Jun 2018 09:35:37 -0700 Subject: [PATCH] add link to api docs (#4757) --- website/source/docs/secrets/ad/index.html.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/website/source/docs/secrets/ad/index.html.md b/website/source/docs/secrets/ad/index.html.md index edff2c8d78..fbf2bdca39 100644 --- a/website/source/docs/secrets/ad/index.html.md +++ b/website/source/docs/secrets/ad/index.html.md @@ -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. \ No newline at end of file +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.