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
I understand that AWX is open source software provided for free and that I might not receive a timely response.
I am NOT reporting a (potential) security vulnerability. (These should be emailed to [email protected] instead.)
Bug Summary
The project sync fails when URL in remote archive has query params. I think this is due to the quote filter in the Get archive from url task in awx/awx/playbooks
/project_update.yml . When the url has query params the download fails because the url has an extra single quotes.
Please confirm the following
[email protected]
instead.)Bug Summary
The project sync fails when URL in remote archive has query params. I think this is due to the
quote
filter in theGet archive from url
task in awx/awx/playbooks/project_update.yml . When the url has query params the download fails because the url has an extra single quotes.
AWX version
24.6.1
Select the relevant components
Installation method
kubernetes
Modifications
no
Ansible version
No response
Operating system
No response
Web browser
No response
Steps to reproduce
Create a project adding a remote archive as an SCM, with a url that contains query params
Expected results
The url gets parsed correctly even when url has query params
Actual results
Error when downloading from url due to extra single quotes
Additional information
No response
The text was updated successfully, but these errors were encountered: