Generate JWT token with AWS auth manager¶
Note
This guide only applies if your environment is configured with AWS auth manager.
In order to use the Airflow public API, you need a JWT token for authentication. You can then include this token in your Airflow public API requests. To generate a JWT token, please follow the following steps.
Go to
${ENDPOINT_URL}/auth/login/token
, you’ll be redirected to AWS IAM Identity Center login pageEnter your AWS IAM Identity Center user credentials and submit
This process will return a token that you can use in the Airflow public API requests.