-
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
refactor(iam): cleanup of IAM library #2823
Merged
Merged
Commits on Jun 11, 2019
-
refactor(iam): cleanup of IAM library
Various changes. BREAKING CHANGE: * **iam**: rename `ImportedResourcePrincipal` to `UnknownPrincipal`. * **iam**: `managedPolicyArns` renamed to `managedPolicies`, takes return value from `ManagedPolicy.fromAwsManagedPolicyName()`.
Configuration menu - View commit details
-
Copy full SHA for 4e43f05 - Browse repository at this point
Copy the full SHA 4e43f05View commit details -
Move PolicyStatement to its own file.
Remove `postProcess` from Token interface, move opting into it into `IResolvable.resolve()`, so it can be hidden from the `PolicyDocument` public interface. Make addStatements() variadic.
Configuration menu - View commit details
-
Copy full SHA for 9e21e6e - Browse repository at this point
Copy the full SHA 9e21e6eView commit details -
PolicyStatement is no longer IResolvable (doesn't need to be) Remove AwsPrincipal, which was always an alias for ArnPrincipal which is much clearer. Introduce `PolicyStatement.fromAttributes({ ... })` as an alternative to the fluent interface chaining of old `PolicyStatement`.
Configuration menu - View commit details
-
Copy full SHA for 4093679 - Browse repository at this point
Copy the full SHA 4093679View commit details
Commits on Jun 13, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 5d9ba0f - Browse repository at this point
Copy the full SHA 5d9ba0fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6c25140 - Browse repository at this point
Copy the full SHA 6c25140View commit details -
Configuration menu - View commit details
-
Copy full SHA for 83b7493 - Browse repository at this point
Copy the full SHA 83b7493View commit details -
Configuration menu - View commit details
-
Copy full SHA for f1fa730 - Browse repository at this point
Copy the full SHA f1fa730View commit details -
Configuration menu - View commit details
-
Copy full SHA for d7c0ae1 - Browse repository at this point
Copy the full SHA d7c0ae1View commit details -
Configuration menu - View commit details
-
Copy full SHA for d62fc2e - Browse repository at this point
Copy the full SHA d62fc2eView commit details -
Configuration menu - View commit details
-
Copy full SHA for c3bbf12 - Browse repository at this point
Copy the full SHA c3bbf12View commit details
Commits on Jun 17, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 604909a - Browse repository at this point
Copy the full SHA 604909aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 213ceea - Browse repository at this point
Copy the full SHA 213ceeaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 703a98c - Browse repository at this point
Copy the full SHA 703a98cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7d870cc - Browse repository at this point
Copy the full SHA 7d870ccView commit details -
Configuration menu - View commit details
-
Copy full SHA for bf9acf0 - Browse repository at this point
Copy the full SHA bf9acf0View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.