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(integ-tests): expose adding IAM policies to the assertion provider #20769

Merged
merged 3 commits into from
Jul 7, 2022
Merged

feat(integ-tests): expose adding IAM policies to the assertion provider #20769

merged 3 commits into from
Jul 7, 2022

Commits on Jun 16, 2022

  1. feat(integ-tests): expose adding IAM policies to the assertion provider

    Currently the `AwsApiCall` construct will try and automatically create
    the correct IAM policy based on the service and api call being used. The
    assumption was that in most cases this would work, but it turns out that
    in the first couple use cases we've seen this is not the case.
    
    This PR adds another method `addToRolePolicy` on the
    `AssertionsProvider` construct and then makes the provider a `public`
    attribute on `AwsApICall`. This allows you to add additional policies.
    corymhall committed Jun 16, 2022
    Configuration menu
    Copy the full SHA
    a2d712e View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2022

  1. fix readme example

    corymhall committed Jul 7, 2022
    Configuration menu
    Copy the full SHA
    509e52d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a8aad63 View commit details
    Browse the repository at this point in the history