potiuk commented on issue #51304: URL: https://github.com/apache/airflow/issues/51304#issuecomment-2934963740
> > You need to have `FabAuthManager` conifgured. The `users` command is part of the Fab Auth Manaager https://airflow.apache.org/docs/apache-airflow-providers-fab/stable/cli-ref.html. > > "Standard" installation now uses SimpleAuthManeager https://airflow.apache.org/docs/apache-airflow/stable/core-concepts/auth-manager/simple/index.html > > Do you have an example on how to configure it then? Because I have the package installed and I've set `auth_manager = airflow.providers.fab.auth_manager.fab_auth_manager.FabAuthManager` in the `[core]` section of the config file but both `airflow users create` and `flask fab create-user` still fail. No idea - works for me when I just set it - i guess some settings on your side are not applied in the container:  -- 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]
