Skip to content

Require AWS SDK in Rust #3856

Description

@prashah-confluent

Describe the feature

Currently, the AWS SDK is available in languages like ruby, python, java etc. However, we need AWS SDK in Rust so that it can be easily hooked into our Rust based project.

Based on the official documentation, I don't see AWS SDK being available for RUST : https://docs.aws.amazon.com/STS/latest/APIReference/API_GetWebIdentityToken.html#API_GetWebIdentityToken_SeeAlso

Apologies for posting it in C++ forum but couldn't find a generic forum to post this.

Use Case

We have a Rust based client and we wish to enable IAM feature for the users by calling GetWebIdentityToken API. To enable that we would like to rely on AWS SDK for resolving the credential chain. However, since the SDK isn't available in Rust we can't go ahead with supporting the feature.

Proposed Solution

No response

Other Information

No response

Acknowledgements

  • I may be able to implement this feature request
  • This feature might incur a breaking change

Metadata

Metadata

Assignees

No one assigned

    Labels

    guidanceQuestion that needs advice or information.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions