csummers commented on code in PR #27921: URL: https://github.com/apache/superset/pull/27921#discussion_r1574985142
########## docs/docs/installation/configuring-superset.mdx: ########## @@ -99,6 +99,10 @@ SECRET_KEY = 'YOUR_OWN_RANDOM_GENERATED_SECRET_KEY' You can generate a strong secure key with `openssl rand -base64 42`. +> Your secret key will be used for securely signing session cookies + and encrypting sensitive information on the database + Make sure you are changing this key for your deployment with a strong key. Review Comment: This `:::caution` block as merged is not closed with a `:::`, so this page renders everything after like so:  The suggestion did have a closing `:::`, though. -- 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]
