docs: add more warnings for default secrets and docker-compose (#27921)

Co-authored-by: Sam Firke <sfirke@users.noreply.github.com>
This commit is contained in:
Daniel Vaz Gaspar
2024-04-17 00:02:11 +01:00
committed by GitHub
parent 3310315d4b
commit 594e5a50a3
5 changed files with 31 additions and 0 deletions

View File

@@ -99,6 +99,10 @@ 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.
#### Rotating to a newer SECRET_KEY
If you wish to change your existing SECRET_KEY, add the existing SECRET_KEY to your `superset_config.py` file as