We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug This task
agnosticd/ansible/roles_ocp_workloads/ocp4_workload_authentication_rosa/tasks/workload.yml
Line 120 in 93289b1
can delete Cognito User Pools not provisioned by AgnosticD since the first one is retrieved from the list of pools.
This is a problem when prior User pools exist because pools get deleted "randomly" during deployment.
Expected behavior The user pool to be deleted (and provisioned by AgnosticD) is determined based on name or tag. Then it is deleted by ID.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
This task
agnosticd/ansible/roles_ocp_workloads/ocp4_workload_authentication_rosa/tasks/workload.yml
Line 120 in 93289b1
can delete Cognito User Pools not provisioned by AgnosticD since the first one is retrieved from the list of pools.
This is a problem when prior User pools exist because pools get deleted "randomly" during deployment.
Expected behavior
The user pool to be deleted (and provisioned by AgnosticD) is determined based on name or tag. Then it is deleted by ID.
The text was updated successfully, but these errors were encountered: