From 86fa94582a07d39c2357f272d4098fcf582a1ef8 Mon Sep 17 00:00:00 2001 From: sujiplr Date: Mon, 28 Mar 2022 12:09:35 +0530 Subject: [PATCH 1/3] Correcting with doc font size Correcting with doc font size --- docs/docs/installation/configuring-superset.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs/installation/configuring-superset.mdx b/docs/docs/installation/configuring-superset.mdx index 97038e84c0625..b9508925e4611 100644 --- a/docs/docs/installation/configuring-superset.mdx +++ b/docs/docs/installation/configuring-superset.mdx @@ -251,10 +251,10 @@ A current list of feature flags can be found in [RESOURCES/FEATURE_FLAGS.md](htt If you want to rotate the SECRET_KEY(change the existing secret key), follow the below steps. -# Add the new SECRET_KEY and PREVIOUS_SECRET_KEY +#### Add the new SECRET_KEY and PREVIOUS_SECRET_KEY ```python PREVIOUS_SECRET_KEY = 'CURRENT_SECRET_KEY' # The default SECRET_KEY for deployment is '21thisismyscretkey12eyyh' SECRET_KEY = 'YOUR_OWN_RANDOM_GENERATED_SECRET_KEY' ``` -# Then run `superset re-encrypt-secrets` +Then run `superset re-encrypt-secrets` From b19d4e13e1802d88710326b51a8d9256543e1556 Mon Sep 17 00:00:00 2001 From: sujiplr Date: Mon, 28 Mar 2022 12:12:45 +0530 Subject: [PATCH 2/3] Correcting with doc font size Correcting with doc font size --- docs/docs/installation/configuring-superset.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/installation/configuring-superset.mdx b/docs/docs/installation/configuring-superset.mdx index b9508925e4611..f5a5af37c568c 100644 --- a/docs/docs/installation/configuring-superset.mdx +++ b/docs/docs/installation/configuring-superset.mdx @@ -251,7 +251,7 @@ A current list of feature flags can be found in [RESOURCES/FEATURE_FLAGS.md](htt If you want to rotate the SECRET_KEY(change the existing secret key), follow the below steps. -#### Add the new SECRET_KEY and PREVIOUS_SECRET_KEY +##### Add the new SECRET_KEY and PREVIOUS_SECRET_KEY ```python PREVIOUS_SECRET_KEY = 'CURRENT_SECRET_KEY' # The default SECRET_KEY for deployment is '21thisismyscretkey12eyyh' From 0185c85f052756f130a17b200a8d4553ac77f166 Mon Sep 17 00:00:00 2001 From: Sujith Kumar S <31705464+sujiplr@users.noreply.github.com> Date: Mon, 28 Mar 2022 12:37:35 +0530 Subject: [PATCH 3/3] Update docs/docs/installation/configuring-superset.mdx Co-authored-by: Ville Brofeldt <33317356+villebro@users.noreply.github.com> --- docs/docs/installation/configuring-superset.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/installation/configuring-superset.mdx b/docs/docs/installation/configuring-superset.mdx index f5a5af37c568c..86bddda180f30 100644 --- a/docs/docs/installation/configuring-superset.mdx +++ b/docs/docs/installation/configuring-superset.mdx @@ -251,7 +251,7 @@ A current list of feature flags can be found in [RESOURCES/FEATURE_FLAGS.md](htt If you want to rotate the SECRET_KEY(change the existing secret key), follow the below steps. -##### Add the new SECRET_KEY and PREVIOUS_SECRET_KEY +Add the new SECRET_KEY and PREVIOUS_SECRET_KEY to `superset_config.py`: ```python PREVIOUS_SECRET_KEY = 'CURRENT_SECRET_KEY' # The default SECRET_KEY for deployment is '21thisismyscretkey12eyyh'