From db5edb3a424e8cc9976c0b8b714119b55336fd93 Mon Sep 17 00:00:00 2001 From: Sam Firke Date: Fri, 26 Apr 2024 14:38:58 -0400 Subject: [PATCH] chore(docs): add closing ::: to caution tag (#28236) --- docs/docs/configuration/configuring-superset.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/docs/configuration/configuring-superset.mdx b/docs/docs/configuration/configuring-superset.mdx index 8dde5757e79d6..9e28d3e78ae93 100644 --- a/docs/docs/configuration/configuring-superset.mdx +++ b/docs/docs/configuration/configuring-superset.mdx @@ -99,9 +99,9 @@ SECRET_KEY = 'YOUR_OWN_RANDOM_GENERATED_SECRET_KEY' You can generate a strong secure key with `openssl rand -base64 42`. -:::caution Your secret key will be used for securely signing session cookies -and encrypting sensitive information stored in Superset's application metadata database. - Make sure you are changing this key for your deployment with a strong key. +:::caution Use a strong secret key +This key will be used for securely signing session cookies and encrypting sensitive information stored in Superset's application metadata database. +Your deployment must use a complex, unique key. ::: #### Rotating to a newer SECRET_KEY