Skip to content

STSAssumeRoleSessionCredentialsProvider is deprecated #95

Description

@Jtcollins

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions