ucaeon commented on issue #38347: URL: https://github.com/apache/airflow/issues/38347#issuecomment-5579040742
Thanks @vincbeck for the implementation guidance! Before I start working on this, I'd like to confirm the intended scope. My understanding is that the new [fab] configuration would define custom roles and their permissions. Then, when the API server starts: - If the role does not exist, create it and attach the declared permissions. - If the role already exists, leave it unchanged, including its permissions, so that any edits made through the UI/CLI are preserved. So this would be create-if-missing only, rather than continuously syncing existing roles with the configuration. Is that the intended behavior for this issue? -- 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]
