bugraoz93 commented on code in PR #62217: URL: https://github.com/apache/airflow/pull/62217#discussion_r2835086331
########## airflow-ctl/docs/security.rst: ########## @@ -23,6 +23,7 @@ airflowctl facilitates the seamless deployment of CLI and API features together, - **Authentication**: airflowctl uses authentication to ensure that only authorized users can access the system. This is done using an API Token. See more on https://airflow.apache.org/docs/apache-airflow/stable/security/api.html - **Keyring**: airflowctl uses keyring to store the API Token securely. This ensures that the Token is not stored in plain text and is only accessible to authorized users. + - In case no keyring is available, you can set the AIRFLOW_CLI_TOKEN environment variable or the ``--api-token`` flag for each command. Be cautious of not exposing this token to others. Review Comment: ```suggestion - In case no keyring is available, you can set the `AIRFLOW_CLI_TOKEN` environment variable or the ``--api-token`` flag for each command. Be cautious of not exposing this token to others. ``` -- 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]
