jscheffl commented on PR #58126: URL: https://github.com/apache/airflow/pull/58126#issuecomment-3514385034
> > I do not understand why I can only create all roles when using dev mode, but a cool addition! Thanks! > > I was thinking that creating all of roles would only be useful for testing, so only using dev mode. You might only want to create one admin user when building a production image. When building prod or CI image no users are created - they would only be added to the DB instance of a deployment. `--dev-mode` means that the API loads the JavaScript bundles of the UI via vite in a development/hot reload fashion. But "normal" Python development often is also w/o `--dev-mode` if you "just" want to test other stuff w/o need to debug or fix TS/JavaScript code. -- 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]
