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

Add assume_aws_role_arn that uses EC2 instance profile #168

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Jun 8, 2024

  1. Add assume_aws_role_arn that uses EC2 instance profile

    Setting this field will cause the S3 resource to assume the role
    specified using the Concourse workers IAM role to authenticate to the
    STS API
    
    Signed-off-by: Taylor Silva <[email protected]>
    taylorsilva committed Jun 8, 2024
    Configuration menu
    Copy the full SHA
    90d2f75 View commit details
    Browse the repository at this point in the history
  2. fix integration test suite

    and remove usage of deprecated ioutil package
    
    Signed-off-by: Taylor Silva <[email protected]>
    taylorsilva committed Jun 8, 2024
    Configuration menu
    Copy the full SHA
    cff7028 View commit details
    Browse the repository at this point in the history