Skip to content

Commit

Permalink
chore(docs): add closing ::: to caution tag (apache#28236)
Browse files Browse the repository at this point in the history
  • Loading branch information
sfirke authored and qleroy committed Apr 28, 2024
1 parent 6aab831 commit 76ad35e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/docs/configuration/configuring-superset.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 76ad35e

Please sign in to comment.