You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,8 @@
17
17
- Support setting `clientAuthenticationMethod` for OIDC authentication. The value is passed through to the Flask-AppBuilder config as `token_endpoint_auth_method` ([#719]).
18
18
- BREAKING: Rename `EXPERIMENTAL_FILE_HEADER` and `EXPERIMENTAL_FILE_FOOTER` in `superset_config.py` for arbitrary Python code to `FILE_HEADER` and `FILE_FOOTER` ([#719], [#721]).
19
19
- Use an internal Secret for the Superset `SECRET_KEY`.
20
-
Going forward, the operator will automatically create the Secret in case it doesn't exist ([#722], [#754]).
20
+
Going forward, the operator will automatically create the Secret in case it doesn't exist.
21
+
If your `credentialsSecret` at the time of upgrading points at a Secret with `connection.secretKey`, we will automatically migrate your existing `SECRET_KEY` to avoid interruptions ([#722], [#754]).
0 commit comments