mirror of
https://github.com/apache/superset.git
synced 2026-05-12 19:35:17 +00:00
docs: SECRET_KEY Rotation Documentation (#19233)
* SECRET_KEY Rotation Additional documentation for SECRET_KEY rotation and SECRET_KEY setting up. * Bumped the helm chart version to 0.5.11 Bumped the helm chart version for the new changes. * Removed the default secret key value from the configuration docs. Removed the default secret key value from the configuration docs.
This commit is contained in:
committed by
Ville Brofeldt
parent
b51eadd657
commit
d429bbd3b2
@@ -22,7 +22,7 @@ maintainers:
|
||||
- name: craig-rueda
|
||||
email: craig@craigrueda.com
|
||||
url: https://github.com/craig-rueda
|
||||
version: 0.5.10
|
||||
version: 0.5.11
|
||||
dependencies:
|
||||
- name: postgresql
|
||||
version: 10.2.0
|
||||
|
||||
@@ -148,6 +148,9 @@ configOverrides: {}
|
||||
# AUTH_USER_REGISTRATION = True
|
||||
# # The default user self registration role
|
||||
# AUTH_USER_REGISTRATION_ROLE = "Admin"
|
||||
# secret: |
|
||||
# # Generate your own secret key for encryption. Use openssl rand -base64 42 to generate a good key
|
||||
# SECRET_KEY = 'YOUR_OWN_RANDOM_GENERATED_SECRET_KEY'
|
||||
# Same as above but the values are files
|
||||
configOverridesFiles: {}
|
||||
# extend_timeout: extend_timeout.py
|
||||
@@ -302,6 +305,8 @@ init:
|
||||
# Configure resources
|
||||
# Warning: fab command consumes a lot of ram and can
|
||||
# cause the process to be killed due to OOM if it exceeds limit
|
||||
# Make sure you are giving a strong password for the admin user creation( else make sure you are changing after setup)
|
||||
# Also change the admin email to your own custom email.
|
||||
resources: {}
|
||||
# limits:
|
||||
# cpu:
|
||||
|
||||
Reference in New Issue
Block a user