atul-astronomer opened a new issue, #55414: URL: https://github.com/apache/airflow/issues/55414
### Apache Airflow version main (development) ### If "Other Airflow 2 version" selected, which one? _No response_ ### What happened? Installed package: ```typescript root@f17bd88a475e:/opt/airflow# pip show apache-airflow-ctl Name: apache-airflow-ctl Version: 1.0.0b1 Summary: Apache Airflow command line tool for communicating with an Apache Airflow, using the API. Home-page: Author: Author-email: License: Location: /usr/python/lib/python3.10/site-packages Editable project location: /opt/airflow/airflow-ctl Requires: argcomplete, httpx, keyring, lazy-object-proxy, methodtools, platformdirs, pydantic, rich-argparse, structlog, tabulate, uuid6 Required-by: ``` Error: ```javascript root@f17bd88a475e:/opt/airflow# airflowctl auth login --api-url http://localhost:28080/api/v2 --env AIRFLOW_CLI_ENVIRONMENT Please set a password for your new keyring: Please confirm the password: Error: blank passwords aren't allowed. Please set a password for your new keyring: Please confirm the password: Login successful! Welcome to airflowctl! root@f17bd88a475e:/opt/airflow# airflowctl assets create-event --asset-id 1 2025-09-09 13:41:29 [warning ] Server error [airflowctl.api.client] extra={'detail': 'Not authenticated'} Server response error: Client error message: {'detail': 'Not authenticated'} Client error, Please check the command and its parameters. If you need help, run the command with --help. ``` ### What you think should happen instead? _No response_ ### How to reproduce Try to run airflowctl commands as per [this](https://airflow.staged.apache.org/docs/apache-airflow-ctl/1.0.0b1/) doc ### Operating System Linux ### Versions of Apache Airflow Providers _No response_ ### Deployment Other ### Deployment details _No response_ ### Anything else? _No response_ ### Are you willing to submit PR? - [ ] Yes I am willing to submit a PR! ### Code of Conduct - [x] I agree to follow this project's [Code of Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
