Create a token for Workload Identity Federation with AWS
Stay organized with collections
Save and categorize content based on your preferences.
Creates a token that IAM Workload Identity Federation can verify without revealing the AWS secret access key.
Explore further
For detailed documentation that includes this code sample, see the following:
Code sample
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],[],[[["This code sample demonstrates how to create a token for IAM Workload Identity Federation that can be verified without using the AWS secret access key."],["The token is generated by preparing and signing a GetCallerIdentity request using the boto3 library."],["The generated token includes the request URL, method, and headers, which allows the Workload Identity Federation to verify the identity."],["To authenticate to IAM, setting up Application Default Credentials is required, particularly within local environments."],["The example uses placeholders for the project number, pool ID, and provider ID, which must be replaced with actual values."]]],[]]