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
   
![image](https://user-images.githubusercontent.com/39917736/226252241-3fe86265-9a54-4bfe-8c5d-5a704916f3b5.png)
   
   
   #### AFTER SCREENSHOT
   
![image](https://user-images.githubusercontent.com/39917736/226252271-b053d1b9-1fdd-447b-a286-c6acc32c6ae1.png)
   
   ### 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]

Reply via email to