-
Notifications
You must be signed in to change notification settings - Fork 49
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
Add permissions and terminator for rds global cluster #287
base: main
Are you sure you want to change the base?
Conversation
I've tested this with redhat-cop/cloud.aws_ops#83 (supersedes 79) but only once since RDS is so slow. If reviewers have time it wouldn't hurt IMO to test again (or we can iterate based on 83's CI runs). |
I've tested this with redhat-cop/cloud.aws_ops#83 but I got:
What did I miss? |
I get the same error. I must have missed that. @mandar242 should we be able to run the tests from cloud.aws_ops.create_rds_global_cluster in CI? is there a way to configure the tests to use a single region (like only having one node in the cluster maybe?) |
@alinabuzachis @jillr the tests work fine locally using team account however as per the jira description, we need to create following ->
issue is that
I have added a note in tests as well here's OP of running the integration tests locally for redhat-cop/cloud.aws_ops#83 on team aws account |
@jillr this (#287 ) will also support |
I'm not convinced we'll be able to enable this due to the global nature of the policy, but I'm experimenting with it. This is not working as-is (policies are presently deployed to stage=dev).
Supports redhat-cop/cloud.aws_ops#79