You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using the same methods, even doing a curl command using the same variables - success.
However as soon as it's done through AWX, HTTP Error 401: Unauthorized.
Simple Inventory, simple playbook, just like the readme instructs.
Is there some crucial step missing or what could be the issue?
The text was updated successfully, but these errors were encountered:
From what I've found so far, the issue seems to stem from the Authorization header missing when it's fetching/determining the headers in the python scripts. If you hardcode this to be included before the request is sent out, the request is processed successfully.
I've only tried this successfully locally, when changing the files in the role in AWX I still have the issue - however that's probably due to a lack of understanding how AKS + AWS works.
Hi,
Referring to this thread: https://community.arubanetworks.com/discussion/authentication-issue-accessing-aruba-central-from-awx
Using the same methods, even doing a curl command using the same variables - success.
However as soon as it's done through AWX, HTTP Error 401: Unauthorized.
Simple Inventory, simple playbook, just like the readme instructs.
Is there some crucial step missing or what could be the issue?
The text was updated successfully, but these errors were encountered: