summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJordan Borean <jborean93@gmail.com>2020-04-10 01:46:54 +1000
committerGitHub <noreply@github.com>2020-04-09 11:46:54 -0400
commit780067e6a1afc29a1c8b6e763b0e3148815a0a8d (patch)
tree79fe47b3d652b6fbe019fe87733e37ad67744b3f
parent43270332e7d10b297ff9d61cbeb129fcefa6f9db (diff)
downloadansible-780067e6a1afc29a1c8b6e763b0e3148815a0a8d.tar.gz
url_windows - Add not around no redirection for auth headers (#68791)
-rw-r--r--lib/ansible/plugins/doc_fragments/url_windows.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/ansible/plugins/doc_fragments/url_windows.py b/lib/ansible/plugins/doc_fragments/url_windows.py
index b9c415df15..286f4b4aa3 100644
--- a/lib/ansible/plugins/doc_fragments/url_windows.py
+++ b/lib/ansible/plugins/doc_fragments/url_windows.py
@@ -24,6 +24,8 @@ options:
- C(safe) will follow only "safe" redirects, where "safe" means that the
client is only doing a C(GET) or C(HEAD) on the URI to which it is being
redirected.
+ - When following a redirected URL, the C(Authorization) header and any
+ credentials set will be dropped and not redirected.
choices:
- all
- none