Skip to content
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

Cannot create multiple workflow approvals #15180

Open
6 of 11 tasks
yarons opened this issue May 12, 2024 · 0 comments
Open
6 of 11 tasks

Cannot create multiple workflow approvals #15180

yarons opened this issue May 12, 2024 · 0 comments

Comments

@yarons
Copy link

yarons commented May 12, 2024

Please confirm the following

  • I agree to follow this project's code of conduct.
  • I have checked the current issues for duplicates.
  • 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

I have a template that requires approval.

Let's say I want approval for each server separately, I'm going to templates, creating the workflow with all the required parameters, and then I'm going back to templates, creating another workflow with different parameters.
Allegedly, this should create 2 different workflow approvals, but looking at the workflow approvals, I can see 2 items with the exact same parameters as if the first one was created and also replaced the first one.

AWX version

21.14.0

Select the relevant components

  • UI
  • UI (tech preview)
  • API
  • Docs
  • Collection
  • CLI
  • Other

Installation method

N/A

Modifications

no

Ansible version

No response

Operating system

No response

Web browser

Firefox

Steps to reproduce

Go to the templates.
Create a new template that requires approval.
Launch the template with some parameters and look for it in the approvals.
Leave the workflow approvals as is and go back to the templates.
Launch the template again with different parameters.
Go back to the workflow approvals and look for them both.
They should both show the same parameters as if the second item just overwritten the first item.

Expected results

I should be able to approve them separately while each one has its own parameters.

Actual results

The two items have the exact same parameters; I've observed this behavior with 5 different tasks.

Additional information

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant