You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Current amazonica.aws.kinesis/worker doesn't use amazonica.core/credentials or amazonica.core/*credentials* - it instead explicitly needs credentials to be provided.
This was a minor pain when setting up a shim to the AWS SDK V2 to support AWS SSO (https://github.com/signal-ai/amazonica-aws-sso) as I had to create a separate provider and wire it through.
The text was updated successfully, but these errors were encountered:
I take part of your statement to mean that the out-of-the-box amazonica credential provider chain does not support SSO. https://github.com/signal-ai/amazonica-aws-sso adds this ability here? Would love to see that included at some point but the shim looks great for now. Thanks.
Hey @Bialogs - yes we've written that shim to support AWS SSO credentials using amazonica for most clients by leveraging the AWS V2 SDK, without having to modify amazonica itself - this kinesis worker is the exception we use and are aware of.
Current
amazonica.aws.kinesis/worker
doesn't useamazonica.core/credentials
oramazonica.core/*credentials*
- it instead explicitly needs credentials to be provided.This was a minor pain when setting up a shim to the AWS SDK V2 to support AWS SSO (https://github.com/signal-ai/amazonica-aws-sso) as I had to create a separate provider and wire it through.
The text was updated successfully, but these errors were encountered: