Skip to content

STSAssumeRoleSessionCredentialsProvider is deprecated #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

Open
Jtcollins opened this issue Mar 27, 2019 · 0 comments
Open

STSAssumeRoleSessionCredentialsProvider is deprecated #95

Jtcollins opened this issue Mar 27, 2019 · 0 comments

Comments

@Jtcollins
Copy link

Jtcollins commented Mar 27, 2019

The standard convention of using cross-account credentials seems to be to set AWSCredentialsProvider to AWSCredentialsProvider = STSAssumeRoleSessionCredentialsProvider|<stream_arn>|<session_name> in the samples.properties config file.

However, STSAssumeRoleSessionCredentialsProvider seems to be deprecated and the new STSAssumeRoleSessionCredentialsProvider.Builder doesn't seem to work due to the fact it needs to build after-the-fact. This may require changes in the underlying multilang daemon.

There is also a related PR to add assume role support, however it doesn't address the deprecated functionality issue: #70

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

No branches or pull requests

1 participant