-
Notifications
You must be signed in to change notification settings - Fork 41
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 possibility to use STS to authenticate #318
Labels
enhancement
New feature or request
Milestone
Comments
benjben
changed the title
Add aws-java-sdk-sts to the dependencies
Add possibility to use STS to authenticate
Aug 20, 2020
chuwy
changed the title
Add possibility to use STS to authenticate
Stream: add possibility to use STS to authenticate
Aug 20, 2020
This would also allow for service accounts in kubernetes pods too https://docs.aws.amazon.com/eks/latest/userguide/specify-service-account-role.html |
Would be perfect to have the AssumeRoleWithWebIdentity available to allow me assuming roles directly in my pods. |
Closed
benjben
changed the title
Stream: add possibility to use STS to authenticate
Add possibility to use STS to authenticate
Sep 17, 2021
benjben
pushed a commit
that referenced
this issue
Sep 17, 2021
benjben
pushed a commit
that referenced
this issue
Sep 20, 2021
benjben
pushed a commit
that referenced
this issue
Sep 20, 2021
benjben
pushed a commit
that referenced
this issue
Oct 5, 2021
benjben
pushed a commit
that referenced
this issue
Oct 21, 2021
benjben
pushed a commit
that referenced
this issue
Dec 15, 2021
benjben
pushed a commit
that referenced
this issue
Dec 15, 2021
benjben
pushed a commit
that referenced
this issue
Jan 3, 2022
benjben
pushed a commit
that referenced
this issue
Jan 4, 2022
benjben
pushed a commit
that referenced
this issue
Jan 12, 2022
benjben
pushed a commit
that referenced
this issue
Jan 13, 2022
benjben
pushed a commit
that referenced
this issue
Jan 14, 2022
benjben
pushed a commit
that referenced
this issue
Jan 25, 2022
benjben
pushed a commit
that referenced
this issue
Jan 26, 2022
benjben
pushed a commit
that referenced
this issue
Jan 26, 2022
benjben
pushed a commit
that referenced
this issue
Jan 26, 2022
benjben
pushed a commit
that referenced
this issue
Jan 27, 2022
benjben
pushed a commit
that referenced
this issue
Feb 1, 2022
benjben
pushed a commit
that referenced
this issue
Feb 11, 2022
benjben
pushed a commit
that referenced
this issue
Feb 17, 2022
benjben
pushed a commit
that referenced
this issue
Feb 17, 2022
benjben
pushed a commit
that referenced
this issue
Feb 18, 2022
benjben
pushed a commit
that referenced
this issue
Feb 18, 2022
benjben
pushed a commit
that referenced
this issue
Feb 25, 2022
benjben
pushed a commit
that referenced
this issue
Mar 4, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In order to be able to use AWS Security Token Service to authenticate.
For example it can be used to pass AWS credentials with AWS_PROFILE environment variable.
Related to snowplow/snowplow#4372
The text was updated successfully, but these errors were encountered: