-
Notifications
You must be signed in to change notification settings - Fork 95
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
Implement web identity credentials for irsa #208
Implement web identity credentials for irsa #208
Conversation
This commit adds a web_identity_credentials config section and handler for supporting IRSA. Thus, we can use identity file within EKS. Signed-off-by: Hiroshi Hatake <[email protected]>
Signed-off-by: Hiroshi Hatake <[email protected]>
Hi, @simukappu ! |
Hi @cosmo0920, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
The changes have no effect on the current features since this is a completely additional feature.
Thank you for the patches! I planned to send the similar one but find this 👍 Do you know when this PR will be merged and release on https://rubygems.org? |
@cosmo0920 @takanabe Thank you for your contribution! |
Issue #, if available:
#209
Description of changes:
We want to use IRSA credentials on this plugin like as fluent-plugin-s3.
I'd referred IRSA implementation on fluent-pugin-s3 but this project is licensed under Apache 2.0 license:
https://github.com/fluent/fluent-plugin-s3
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.