Skip to content

Commit

Permalink
Strip unnecessary payload in AD root cred rotation example (#8160)
Browse files Browse the repository at this point in the history
* strip unnecessary payload in example

* strip other unnecessary payload
  • Loading branch information
tyrannosaurus-becks authored Jan 18, 2020
1 parent 0c9affe commit 96b2b39
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions website/pages/api-docs/secret/ad/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,6 @@ $ curl \
$ curl \
--header "X-Vault-Token: ..." \
--request GET \
--data @payload.json \
http://127.0.0.1:8200/v1/ad/library/accounting-team/status
```

Expand Down Expand Up @@ -433,6 +432,5 @@ Generally, `rotate-root` returns a 204. However, if `rotate-root` is already in
$ curl \
--header "X-Vault-Token: ..." \
--request GET \
--data @payload.json \
http://127.0.0.1:8200/v1/ad/rotate-root
```

0 comments on commit 96b2b39

Please sign in to comment.