-
Notifications
You must be signed in to change notification settings - Fork 3.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failed to get token: HTTP Error 404 #15727
Comments
Checked another server and saw it was running ansible.controller 4.5.7 and it works fine with the same pipeline configuration. It seems to be specific to 4.6.3 and perhaps versions above 4.5.7. |
I have a similar with Docker install of AWX version: AWX 24.6.2.dev205+g14808cb99b.d20241227 When I look at the logs of the tools container I see
If I try to create a token for my user in the UI I see
When I examine the API, these endpoints are missing
The documentation shows that these endpoints should exist |
Please confirm the following
[email protected]
instead.)Bug Summary
In a docker container as part of a CI/CD job I have installed ansible.controller collection to use the inventory plugin.
I have configured the necessary arguments as environment variables:
Error Message:
I am able to hit the AAP server with curl just fine with:
So I have eliminated any issues with firewall, proxy, ssl.
AWX version
AAP Controller 4.5.6, ansible.controller collection 4.6.3
Select the relevant components
Installation method
docker development environment
Modifications
no
Ansible version
2.16.6
Operating system
debian trixie-slim container
Web browser
Firefox
Steps to reproduce
Expected results
The output of
ansible-inventory --list
according the the inventory id selected.Actual results
Additional information
No response
The text was updated successfully, but these errors were encountered: