A
airflowctl
Details
- Command
-
airflowctl - Docs
- https://airflow.apache.org/docs/apache-airflow-ctl/stable/index.html
Authentication
Airflow username/password + Airflow username/password discovered
Airflow username/password basic
$ airflowctl config/profile create --auth-type=basic Acquired by the CLI — running airflowctl config/profile create --auth-type=basic opens the auth flow and stores the credential.
Airflow JWT access token bearer discovered
$ airflowctl config/profile create --auth-type=bearer Acquired by the CLI — running airflowctl config/profile create --auth-type=bearer opens the auth flow and stores the credential.