-
Notifications
You must be signed in to change notification settings - Fork 398
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
ecs_ecr - Fix RepositoryNotFoundException
when creating Repositories in check mode
#1550
ecs_ecr - Fix RepositoryNotFoundException
when creating Repositories in check mode
#1550
Conversation
… mode also fixes and re-enables basic integration tests
Backport to stable-4: 💚 backport PR created✅ Backport PR branch: Backported as #1552 🤖 @patchback |
ecs_ecr - Use compare_policies instead of naive dict sort Depends-On: #1550 SUMMARY When comparing policies on the repos ecs_ecr currently uses a very naive sort function. Since we have something more comprehensive, use it. ISSUE TYPE Feature Pull Request COMPONENT NAME plugins/modules/ecs_ecr.py ADDITIONAL INFORMATION ecs_ecr is currently the only module using sort_json_policy_dict and it has poor test coverage. Reviewed-by: Markus Bergholz <[email protected]>
…s in check mode (#1550) ecs_ecr - Fix `RepositoryNotFoundException` when creating Repositories in check mode SUMMARY When trying to create a repository in check mode the module throws a RepositoryNotFoundException trying to access policy objects on the repositories also fixes and re-enables basic integration tests ISSUE TYPE Bugfix Pull Request COMPONENT NAME ecs_ecr ADDITIONAL INFORMATION Reviewed-by: Markus Bergholz <[email protected]> (cherry picked from commit 187649d)
Backport to stable-5: 💚 backport PR created✅ Backport PR branch: Backported as #1553 🤖 @patchback |
…s in check mode (#1550) ecs_ecr - Fix `RepositoryNotFoundException` when creating Repositories in check mode SUMMARY When trying to create a repository in check mode the module throws a RepositoryNotFoundException trying to access policy objects on the repositories also fixes and re-enables basic integration tests ISSUE TYPE Bugfix Pull Request COMPONENT NAME ecs_ecr ADDITIONAL INFORMATION Reviewed-by: Markus Bergholz <[email protected]> (cherry picked from commit 187649d)
…s in check mode (#1550) (#1553) [PR #1550/187649dc backport][stable-5] ecs_ecr - Fix `RepositoryNotFoundException` when creating Repositories in check mode This is a backport of PR #1550 as merged into main (187649d). SUMMARY When trying to create a repository in check mode the module throws a RepositoryNotFoundException trying to access policy objects on the repositories also fixes and re-enables basic integration tests ISSUE TYPE Bugfix Pull Request COMPONENT NAME ecs_ecr ADDITIONAL INFORMATION Reviewed-by: Mark Chappell <None>
…s in check mode (#1550) (#1552) [PR #1550/187649dc backport][stable-4] ecs_ecr - Fix `RepositoryNotFoundException` when creating Repositories in check mode This is a backport of PR #1550 as merged into main (187649d). SUMMARY When trying to create a repository in check mode the module throws a RepositoryNotFoundException trying to access policy objects on the repositories also fixes and re-enables basic integration tests ISSUE TYPE Bugfix Pull Request COMPONENT NAME ecs_ecr ADDITIONAL INFORMATION Reviewed-by: Mark Chappell <None>
SUMMARY
When trying to create a repository in check mode the module throws a
RepositoryNotFoundException
trying to access policy objects on the repositoriesalso fixes and re-enables basic integration tests
ISSUE TYPE
COMPONENT NAME
ecs_ecr
ADDITIONAL INFORMATION