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

AWS OIDC authentication support for running s3-loader in EKS #177

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

Conversation

jalkjaer
Copy link

@jalkjaer jalkjaer commented Jun 19, 2020

This PR adds support for using the OIDC based authentication. This is used with running the container in an EKS cluster with IAM roles associated to K8S Service accounts (see https://docs.aws.amazon.com/eks/latest/userguide/iam-roles-for-service-accounts.html)

To enable the accessKey and secretKey should be set to oidc

    aws {
      accessKey = "oidc"
      secretKey = "oidc"
    }

@snowplowcla
Copy link

Thanks for your pull request. Is this your first contribution to a Snowplow open source project? Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

📝 Please visit https://github.com/snowplow/snowplow/wiki/CLA to learn more and sign.

Once you've signed, please reply here (e.g. I signed it!) and we'll verify. Thanks.

@jalkjaer
Copy link
Author

I signed it!

@snowplowcla
Copy link

Confirmed! @jalkjaer has signed the Contributor License Agreement. Thanks so much.

@svdimchenko
Copy link

hi there! any updates about this PR ? I faced same problem and this PR has fixed it. Many thanks for author!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants