Skip to content

Missing support for Web Identity Tokens #475

@otterley

Description

@otterley

v2 of the Go SDK is missing support for Web Identity Tokens. (It's present in SDK v1.)

Support for Web Identity Tokens is particularly crucial for Go services running in Amazon EKS, where IAM Roles for Service Accounts are now the officially-supported way for Kubernetes Pods to obtain AWS credentials without having to grant the entire EC2 instance (i.e., node) access via an EC2 Instance Role. This enables least-privilege access in multi-tenant environments. See https://docs.aws.amazon.com/eks/latest/userguide/iam-roles-for-service-accounts-technical-overview.html for details.

See aws/aws-sdk-go@2e1d76a for the commit that added support to v1 of the Go SDK.

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