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

ocp4_workload_authentication_rosa - non deterministic delete of Cognito user pool #7230

Open
willgarcia opened this issue Oct 21, 2023 · 0 comments

Comments

@willgarcia
Copy link

willgarcia commented Oct 21, 2023

Describe the bug
This task

aws cognito-idp list-user-pools --max-results 1 | jq -r .UserPools[0].Id

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.

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

No branches or pull requests

1 participant