Skip to content

Commit

Permalink
Mention in simple auth manager doc how to read/update passwords direc…
Browse files Browse the repository at this point in the history
…tly form file (apache#42710)

* Mention in simple auth manager doc how to read/update passwords directly form file

* Fix static checks
  • Loading branch information
vincbeck authored Oct 3, 2024
1 parent 59294c1 commit fcfab1d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/apache-airflow/core-concepts/auth-manager/simple.rst
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ Each user needs two pieces of information:
The password is auto-generated for each user and printed out in the webserver logs.
When generated, these passwords are also saved in your environment, therefore they will not change if you stop or restart your environment.

The passwords are saved in the file ``generated/simple_auth_manager_passwords.json.generated``, you can read and update them directly in the file as well if desired.

.. _roles-permissions:

Manage roles and permissions
Expand Down

0 comments on commit fcfab1d

Please sign in to comment.