potiuk commented on PR #33676: URL: https://github.com/apache/airflow/pull/33676#issuecomment-1720156794
Yes. Creating and managing users is IMHO completely outside of AuthManager. I think we should simply make assumption that "standalone" option always uses FABAuthManager, hard-code it and use it directly. It makes very little sense to have "generic" Auth Manager for "standalone" airflow. Standalone means much more than "one command" - it also means "everything is self-contained" including authenticaiton. "Standalone" almost by definition means "I do not need anything external to run". -- 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]
