This upgrade includes SSO login. Finally! We can now login to Superset via the LMS. Thanks to OARS for providing the base security manager implementation!
16 lines
313 B
Plaintext
16 lines
313 B
Plaintext
cairn-superset:
|
|
command: ["superset", "run", "--host=0.0.0.0", "--port=2247"]
|
|
environment:
|
|
FLASK_ENV: development
|
|
ports:
|
|
- "2247:2247"
|
|
|
|
cairn-superset-worker:
|
|
environment:
|
|
FLASK_ENV: development
|
|
|
|
cairn-superset-worker-beat:
|
|
environment:
|
|
FLASK_ENV: development
|
|
|