Skip to content
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: Make roleName available on IRole #1589

Merged
merged 2 commits into from
Jan 22, 2019
Merged

Commits on Jan 22, 2019

  1. feat: Make roleName available on IRole

    The `iam.Policy` class expected to be provided (concrete) `Role` instances,
    making it unusable when all that is available is an `IRole` (as should be in
    most situations). This changes the API to accept an `IRole` instead, increasing
    the usability.
    RomainMuller committed Jan 22, 2019
    Configuration menu
    Copy the full SHA
    3ed14a4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    65b6878 View commit details
    Browse the repository at this point in the history