From 58611de06df062f6664da6be061efaa6deeb2652 Mon Sep 17 00:00:00 2001 From: Jeff Mitchell Date: Mon, 22 Aug 2016 19:34:53 -0400 Subject: [PATCH] Swap push/pull. --- website/source/docs/auth/approle.html.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/source/docs/auth/approle.html.md b/website/source/docs/auth/approle.html.md index 365a042041..7ab0b75bbb 100644 --- a/website/source/docs/auth/approle.html.md +++ b/website/source/docs/auth/approle.html.md @@ -60,8 +60,8 @@ client, the SecretID can be kept confidential from all parties except for the final authenticating client by using [Response Wrapping](https://www.vaultproject.io/docs/concepts/response-wrapping.html). -Pull mode is available for App-ID workflow compatibility, which in some -specific cases is preferable, but in most cases Push mode is more secure and +Push mode is available for App-ID workflow compatibility, which in some +specific cases is preferable, but in most cases Pull mode is more secure and should be preferred. ### Further Constraints