-
Notifications
You must be signed in to change notification settings - Fork 13.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: remove default secret key from helm #23916
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not helm expert, but these look like very sensible changes to my eyes!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚢
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks for the cleanup
(cherry picked from commit 6a5a765)
(cherry picked from commit 6a5a765)
(cherry picked from commit 6a5a765)
SUMMARY
Removes yet another default
SECRET_KEY
from Superset. Also Superset currently usesSUPERSET_SECRET_KEY
instead ofSECRET_KEY
so removing this env key reference here, makes both settings converge.https://github.com/apache/superset/blob/master/superset/config.py#L184
This is an helm breaking change so it's labelled as 0.11.0
BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
TESTING INSTRUCTIONS
ADDITIONAL INFORMATION