eschutho commented on code in PR #37973: URL: https://github.com/apache/superset/pull/37973#discussion_r2906539599
########## superset/config.py: ########## @@ -1633,6 +1633,12 @@ def allowed_schemas_for_csv_upload( # pylint: disable=unused-argument FAB_ADD_SECURITY_VIEW_MENU_VIEW = False FAB_ADD_SECURITY_PERMISSION_VIEWS_VIEW = False +# API Key Authentication via FAB SecurityManager +# When enabled, users can create API keys for programmatic access +# Keys are validated by FAB's @protect() decorator automatically +FAB_API_KEY_ENABLED = True Review Comment: maybe default to false -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
