kornatskyi commented on issue #24201: URL: https://github.com/apache/superset/issues/24201#issuecomment-1626864509
So it seems like `SECRET_KEY` actually gets resigned in `config.py` on line `183` to `SUPERSET_SECRET_KEY`, but it `SUPERSET_SECRET_KEY` is empty or None then `SECRET_KEY` is set to `CHANGE_ME_SECRET_KEY` and then this Warning appears. I set `SUPERSET_SECRET_KEY` environment variable ```bash export SUPERSET_SECRET_KEY="some_random_base64_string" ``` after that it worked. I believe the Warning message can be improved -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
