chore(init): adding link to secret key instructions (#29990)

This commit is contained in:
Evan Rusackas 2024-08-22 11:49:37 -06:00 committed by GitHub
parent eb2d69a5e6
commit bf94370d38
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 1 deletions

View File

@ -436,7 +436,9 @@ class SupersetAppInitializer: # pylint: disable=too-many-public-methods
"to override it.\n"
"Use a strong complex alphanumeric string and use a tool to help"
" you generate \n"
"a sufficiently random sequence, ex: openssl rand -base64 42"
"a sufficiently random sequence, ex: openssl rand -base64 42 \n"
"For more info, see: https://superset.apache.org/docs/"
"configuration/configuring-superset#specifying-a-secret_key"
)
logger.warning(bottom_banner)