You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2022/06/04 22:37:57 UTC

[GitHub] [beam] damccorm opened a new issue, #21296: Serialize/deserialize StsClient when serializing/deserializing StsAssumeRoleCredentialsProvider

damccorm opened a new issue, #21296:
URL: https://github.com/apache/beam/issues/21296

   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.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org