Skip to content

v1.0.0

Compare
Choose a tag to compare
@pvbouwel pvbouwel released this 10 Oct 09:58
· 24 commits to main since this release
c6d0400

The initial version of the S3 proxy.

At this time the following features are provided:

STS proxy

  • Support assumeRoleWithWebIdentity to exchange an OIDC access token for temporary credentials targetting a role ARN

S3 proxy

  • Support temporary credentials as provided by STS proxy to authenticate and authorize requests
  • Support evaluating basic IAM policies with s3 actions to define which actions are allowed for a specific role
  • Support presigned urls (general sigv4 & HMAC V1 query auth)