Skip to content
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

Superset new requires a SECRET_KEY environment variable #326

Open
Barkha opened this issue Apr 26, 2024 · 0 comments
Open

Superset new requires a SECRET_KEY environment variable #326

Barkha opened this issue Apr 26, 2024 · 0 comments

Comments

@Barkha
Copy link

Barkha commented Apr 26, 2024

The docker instructions for SuperSet need to be changed
from:
docker run
--network pinot-demo
--name=superset
-p 8088:8088
-d apachepinot/pinot-superset:latest
to:
docker run
--network pinot-demo
--name=superset
-p 8088:8088
-e SUPERSET_SECRET_KEY=
-d apachepinot/pinot-superset:latest

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant