-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
feat(aws-iam): grants support non-identity principals #1623
Commits on Jan 27, 2019
-
Introduce Role -> IIdentity -> IPrincipal
Rico Huijbers committedJan 27, 2019 Configuration menu - View commit details
-
Copy full SHA for 19ad316 - Browse repository at this point
Copy the full SHA 19ad316View commit details
Commits on Jan 28, 2019
-
feat(aws-iam): grants support non-identity principals
Add support for non-identity Principals in grants (for example, principals that represent accounts or organization IDs). For resources that support them, the required IAM statements will be added to the resource policy. For resources that don't support them (because they don't have resource policies) an error will be thrown. Add a new `OrganizationPrincipal` principal which represents all identities in the given AWS Organization. Fixes #236.
Rico Huijbers committedJan 28, 2019 Configuration menu - View commit details
-
Copy full SHA for be0ec5d - Browse repository at this point
Copy the full SHA be0ec5dView commit details -
Rico Huijbers committed
Jan 28, 2019 Configuration menu - View commit details
-
Copy full SHA for fcce210 - Browse repository at this point
Copy the full SHA fcce210View commit details
Commits on Feb 11, 2019
-
Configuration menu - View commit details
-
Copy full SHA for f3c7827 - Browse repository at this point
Copy the full SHA f3c7827View commit details -
Configuration menu - View commit details
-
Copy full SHA for d53d794 - Browse repository at this point
Copy the full SHA d53d794View commit details
Commits on Feb 12, 2019
-
Configuration menu - View commit details
-
Copy full SHA for a445780 - Browse repository at this point
Copy the full SHA a445780View commit details
Commits on Feb 13, 2019
-
Configuration menu - View commit details
-
Copy full SHA for a43bf24 - Browse repository at this point
Copy the full SHA a43bf24View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2a75620 - Browse repository at this point
Copy the full SHA 2a75620View commit details -
Configuration menu - View commit details
-
Copy full SHA for dd03daf - Browse repository at this point
Copy the full SHA dd03dafView commit details -
Configuration menu - View commit details
-
Copy full SHA for 09cffbd - Browse repository at this point
Copy the full SHA 09cffbdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 295d698 - Browse repository at this point
Copy the full SHA 295d698View commit details -
Configuration menu - View commit details
-
Copy full SHA for 554816d - Browse repository at this point
Copy the full SHA 554816dView commit details
Commits on Feb 27, 2019
-
3
Configuration menu - View commit details
-
Copy full SHA for cf68f7d - Browse repository at this point
Copy the full SHA cf68f7dView commit details -
Configuration menu - View commit details
-
Copy full SHA for df46221 - Browse repository at this point
Copy the full SHA df46221View commit details
Commits on Feb 28, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 8428937 - Browse repository at this point
Copy the full SHA 8428937View commit details -
Configuration menu - View commit details
-
Copy full SHA for 81de979 - Browse repository at this point
Copy the full SHA 81de979View commit details -
Merge remote-tracking branch 'origin/master' into huijbers/iam-refactor
Rico Huijbers committedFeb 28, 2019 Configuration menu - View commit details
-
Copy full SHA for 0d4ac85 - Browse repository at this point
Copy the full SHA 0d4ac85View commit details -
Make statics also return a Grant
Rico Huijbers committedFeb 28, 2019 Configuration menu - View commit details
-
Copy full SHA for 28945ee - Browse repository at this point
Copy the full SHA 28945eeView commit details
Commits on Mar 1, 2019
-
Configuration menu - View commit details
-
Copy full SHA for c7391f4 - Browse repository at this point
Copy the full SHA c7391f4View commit details -
Merge branch 'huijbers/iam-refactor' of github.com:awslabs/aws-cdk in…
…to huijbers/iam-refactor
Configuration menu - View commit details
-
Copy full SHA for 53f103b - Browse repository at this point
Copy the full SHA 53f103bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2006891 - Browse repository at this point
Copy the full SHA 2006891View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3323f08 - Browse repository at this point
Copy the full SHA 3323f08View commit details -
Configuration menu - View commit details
-
Copy full SHA for b195ac3 - Browse repository at this point
Copy the full SHA b195ac3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 49f996e - Browse repository at this point
Copy the full SHA 49f996eView commit details
Commits on Mar 4, 2019
-
Configuration menu - View commit details
-
Copy full SHA for a65d805 - Browse repository at this point
Copy the full SHA a65d805View commit details
Commits on Mar 20, 2019
-
Configuration menu - View commit details
-
Copy full SHA for f2eab4e - Browse repository at this point
Copy the full SHA f2eab4eView commit details
Commits on Mar 22, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 77865f5 - Browse repository at this point
Copy the full SHA 77865f5View commit details
Commits on Apr 1, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 0192f0f - Browse repository at this point
Copy the full SHA 0192f0fView commit details -
Configuration menu - View commit details
-
Copy full SHA for c9349f6 - Browse repository at this point
Copy the full SHA c9349f6View commit details
Commits on Apr 2, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 929c6fb - Browse repository at this point
Copy the full SHA 929c6fbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 753eb84 - Browse repository at this point
Copy the full SHA 753eb84View commit details -
Configuration menu - View commit details
-
Copy full SHA for c2ca705 - Browse repository at this point
Copy the full SHA c2ca705View commit details -
Configuration menu - View commit details
-
Copy full SHA for e53474b - Browse repository at this point
Copy the full SHA e53474bView commit details
Commits on Apr 3, 2019
-
Merge branch 'huijbers/iam-refactor' of github.com:awslabs/aws-cdk in…
…to huijbers/iam-refactor
Rico Huijbers committedApr 3, 2019 Configuration menu - View commit details
-
Copy full SHA for 1b707b1 - Browse repository at this point
Copy the full SHA 1b707b1View commit details -
Finish introduction of IGrantable, rename Grant.withResource -> Grant…
….onPonPrincipalOrResource
Configuration menu - View commit details
-
Copy full SHA for 74bbf35 - Browse repository at this point
Copy the full SHA 74bbf35View commit details -
Configuration menu - View commit details
-
Copy full SHA for 71964e7 - Browse repository at this point
Copy the full SHA 71964e7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 361a92e - Browse repository at this point
Copy the full SHA 361a92eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3772ba4 - Browse repository at this point
Copy the full SHA 3772ba4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0d24421 - Browse repository at this point
Copy the full SHA 0d24421View commit details -
Configuration menu - View commit details
-
Copy full SHA for b51c76d - Browse repository at this point
Copy the full SHA b51c76dView commit details