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
Access to webhook external APIs for notifications no more working after migration from AWX 17 to AWX 19.2.0
ENVIRONMENT
AWX version: 19.2.0
AWX install method: docker on linux
Ansible version: 2.12.0.dev0
Operating System: CentOS Linux 8
Web Browser: Chrome
STEPS TO REPRODUCE
Webhook to Cisco Webex message system (https://webexapis.com/v1/messages) that via curl perfectly works via OAuth, configuring Notification Template with empty Username and Basic Auth Pass and having in header info for authorization,
ISSUE TYPE
SUMMARY
Access to webhook external APIs for notifications no more working after migration from AWX 17 to AWX 19.2.0
ENVIRONMENT
STEPS TO REPRODUCE
Webhook to Cisco Webex message system (https://webexapis.com/v1/messages) that via curl perfectly works via OAuth, configuring Notification Template with empty Username and Basic Auth Pass and having in header info for authorization,
{"Content-Type":"application/json","Authorization":"Bearer <THE TOKEN>"}
The response from the APIs is Unauthorized 401 similarly to a curl without
--header 'Authorization: Bearer <THE TOKEN>'
EXPECTED RESULTS
That works like before in AWS Tower 17
ACTUAL RESULTS
ADDITIONAL INFORMATION
The text was updated successfully, but these errors were encountered: