cw1427 opened a new issue, #41604: URL: https://github.com/apache/superset/issues/41604
### Bug description Apikey feature enabled as the doc https://superset.apache.org/admin-docs/security/#api-key-authentication and upgraded to latest v6.1.0 superset but the user-info page could not see the apikey setup segemtn apache-superset-core==0.1.0 apache_superset==6.1.0 flask-appbuilder==5.2.2 config FAB_API_KEY_ENABLED = True FAB_API_KEY_PREFIXES = ["sst_"] FEATURE_FLAGS = { 'ALERT_REPORTS': True, 'ALERT_REPORT_WEBHOOK': True, # test feature webhook alert report ************** "FAB_API_KEY_ENABLED": True, } ### Screenshots/recordings <img width="578" height="835" alt="Image" src="https://github.com/user-attachments/assets/70824dfa-b6e1-4302-840f-5f4aded5fd39" /> ### Superset version 6.1.0 ### Python version 3.10 ### Node version 16 ### Browser Chrome ### Additional context <img width="120" height="449" alt="Image" src="https://github.com/user-attachments/assets/9553727f-113a-4285-8348-6451880fa654" /> ### Checklist - [ ] I have searched Superset docs and Slack and didn't find a solution to my problem. - [ ] I have searched the GitHub issue tracker and didn't find a similar bug report. - [ ] I have checked Superset's logs for errors and if I found a relevant Python stacktrace, I included it here as text in the "additional context" section. -- 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]
