Serialize/deserialize StsClient when serializing/deserializing StsAssumeRoleCredentialsProvider
Open
aws
improvement
io
java
P3
- Dominant language
- Java
- Stars
- 8.7k
- Forks
- 4.7k
- Avg merge
- 1d 20h
- Merged PRs (30d)
- 196
Description
To use _StsAssumeRoleCredentialsProvider_ from the environment that doesn't have access to AWS defaults credentials one needs to provide configured _StsClient_ to __StsAssumeRoleCredentialsProvider__.
If we don't serialize and consequently deserialize _StsClient_ that was provided to _StsAssumeRoleCredentialsProvider,_ we're not going to be able to use _StsAssumeRoleCredentialsProvider_ from the Beam pipeline.
The goal of this ticket is to introduce this functionality.
Imported from Jira [BEAM-13956](https://issues.apache.org/jira/browse/BEAM-13956). Original Jira may contain additional context.
Reported by: i_maravic.
Contributor guide
Assessment
This issue has not been assessed yet.