Airflow Summit 2025 is coming October 07-09. Register now for early bird ticket!

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.

  1. Go to ${ENDPOINT_URL}/auth/login/token, you’ll be redirected to AWS IAM Identity Center login page

  2. Enter 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.

Was this entry helpful?