-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Organizations: Allow cross-account access #8260
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
Organizations: Allow cross-account access #8260
Conversation
030aa53
to
debbec5
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #8260 +/- ##
==========================================
+ Coverage 94.43% 94.55% +0.12%
==========================================
Files 1139 1158 +19
Lines 97355 100384 +3029
==========================================
+ Hits 91935 94922 +2987
- Misses 5420 5462 +42
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM - thank you @viren-nadkarni!
This PR unlocks cross-account support for AWS Organizations.
After creating an organization and adding a member account to it, it is now possible to retrieve the details of the parent organization using
DescribeOrganization
from the member account.Plus:
CloseAccount
on an already closed account raisesRemoveAccountFromOrganization
on an account which does not belong to any raisesA similar pattern was employed for S3 in #6333