ConductorOne provides identity governance and just-in-time provisioning for Apache Airflow. Integrate your Airflow instance with ConductorOne to run user access reviews (UARs), enable just-in-time access requests, and automatically provision and deprovision role assignments.
To configure the Airflow connector, you need Admin role access in your Airflow instance. The connector requires permissions to read users, roles, and to update user role assignments for provisioning.
The connector uses username/password credentials to authenticate with Airflow’s /auth/token endpoint, which returns a JWT token used for all API requests.
1
Ensure you have an Airflow user with the Admin role.
2
Note down the username, password, and the base URL of your Airflow instance (e.g., https://airflow.example.com).
Airflow uses the FAB (Flask-AppBuilder) auth manager. The connector exchanges username/password for a short-lived JWT token (default: 24h expiration) at the start of each sync. SSO/OAuth2 (Google, Okta, Azure Entra ID, etc.) is supported for the web UI but not for API access.
Follow these instructions to use a built-in, no-code connector hosted by ConductorOne.
1
In ConductorOne, navigate to Integrations > Connectors and click Add connector.
2
Search for Airflow and click Add.
3
Choose how to set up the new Airflow connector:
Add the connector to a currently unmanaged app
Add the connector to a managed app
Create a new managed app
4
Set the owner for this connector.
5
Click Next.
6
Find the Settings area of the page and click Edit.
7
Enter the required configuration:
Airflow Base URL: The base URL of your Airflow instance (e.g., https://airflow.example.com)
Username: Airflow admin username
Password: Airflow admin password
8
Click Save.
9
The connector’s label changes to Syncing, followed by Connected. You can view the logs to ensure that information is syncing.
That’s it! Your Airflow connector is now pulling access data into ConductorOne.
Follow these instructions to use the Airflow connector, hosted and run in your own environment.When running in service mode on Kubernetes, a self-hosted connector maintains an ongoing connection with ConductorOne, automatically syncing and uploading data at regular intervals.
Create a namespace in which to run ConductorOne connectors (if desired), then apply the secret config and deployment config files.
2
Check that the connector data uploaded correctly. In ConductorOne, click Applications. On the Managed apps tab, locate and click the name of the application you added the Airflow connector to. Airflow data should be found on the Entitlements and Accounts tabs.
That’s it! Your Airflow connector is now pulling access data into ConductorOne.