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

Allow supplying ones own subject token for workload identities #184

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mattmatters
Copy link

In conjunction with #183 we found that if we wanted to use aws as a credential source for workload identities we either would have to implement a lot of aws access token signing, role handling, local vs in the cloud logic, etc stuff in this library which felt fairly overkill, or to just handle that logic in our own application.

Given our application has all the necessary libraries to handle aws credential fetching and signing, the logical choice seems to be to just handle it all on the caller side and pass the formatted subject_token directly into Goth.

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

Successfully merging this pull request may close these issues.

1 participant