airbyte icon indicating copy to clipboard operation
airbyte copied to clipboard

Destination S3: STS Assume Role Authentication

Open bgroff opened this issue 9 months ago • 2 comments

Add the AssumeRoleCredentialConfig that will use STS Assume Role to keep credentials refreshed for a particular Role ARN. The Role ARN comes from the connector spec and is configured. Airbyte credentials are used to configure the initial STS Client, then the credentials aquired through the STS Assume Role are used for subsequent service requests. This means that all calls to S3 are made with the temporary credentials aquired through STS. The temporary credentials are refreshed using the credentials provided to the connector through the environment.

bgroff avatar May 11 '24 21:05 bgroff

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Ignored Deployment
Name Status Preview Comments Updated (UTC)
airbyte-docs ⬜️ Ignored (Inspect) Visit Preview May 14, 2024 5:31pm

vercel[bot] avatar May 11 '24 21:05 vercel[bot]

  • #38204 Graphite
  • #38143 Graphite 👈
  • master

This stack of pull requests is managed by Graphite. Learn more about stacking.

Join @bgroff and the rest of your teammates on Graphite Graphite

stephane-airbyte avatar May 15 '24 00:05 stephane-airbyte