mirror of
https://github.com/ansible/awx.git
synced 2026-02-17 03:00:04 -03:30
Don't follow redirects in credential plugins
This commit is contained in:
@@ -95,6 +95,7 @@ def aim_backend(**kwargs):
|
||||
timeout=30,
|
||||
cert=cert,
|
||||
verify=verify,
|
||||
allow_redirects=False,
|
||||
)
|
||||
res.raise_for_status()
|
||||
return res.json()['Content']
|
||||
|
||||
Reference in New Issue
Block a user