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 security@ansible.com instead.)
Bug Summary
When webhook_credential value is empty it is ignored instead of removing assigned credential which makes it impossible to remove credentials using automation.
AWX version
4.6.7
Select the relevant components
UI
UI (tech preview)
API
Docs
Collection
CLI
Other
Installation method
docker development environment
Modifications
no
Ansible version
2.15.13
Operating system
RHEL9
Web browser
No response
Steps to reproduce
ansible -m ansible.controller.workflow_job_template --args="name='Workflow B' webhook_credential='gh'" localhost
Please confirm the following
security@ansible.com
instead.)Bug Summary
When webhook_credential value is empty it is ignored instead of removing assigned credential which makes it impossible to remove credentials using automation.
AWX version
4.6.7
Select the relevant components
Installation method
docker development environment
Modifications
no
Ansible version
2.15.13
Operating system
RHEL9
Web browser
No response
Steps to reproduce
ansible -m ansible.controller.workflow_job_template --args="name='Workflow B' webhook_credential='gh'" localhost
localhost | CHANGED => {
"changed": true,
"id": 99
}
ansible -m ansible.controller.workflow_job_template --args="name='Workflow B' webhook_credential=''" localhost
Expected results
localhost | CHANGED => {
"changed": true,
"id": 99
}
Actual results
localhost | SUCCESS => {
"changed": false,
"id": 99
}
Additional information
No response
The text was updated successfully, but these errors were encountered: