pankajsoni22 opened a new pull request, #23420: URL: https://github.com/apache/superset/pull/23420
Explained how to change/create secret key. ### SUMMARY When you are running an instance of superset naturally you might have added many DataBase connections, created a lot of charts and dashboards. Suddenly if you want to change the SECRET_KEY to make your data encrypted , you need current secret key that has already encrypted your data. Then you need to create a new SECRET_KEY ### BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF #### BEFORE SCREENSHOT  #### AFTER SCREENSHOT  ### ADDITIONAL INFORMATION To change the SECRET_KEY we need to provide current secret key as PREVIOUS_SECRET_KEY in superset_config.py and New secret key should be assigned to SECRET_KEY variable. -- 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]
