Files
ss-tools/docs
busya ff9f8bb54f docs(adr): comprehensive Superset testcontainers investigation
Add full debugging chronicle (8 steps) documenting the JWT auth root cause:
- False hypotheses eliminated: FAB permissions, CSRF, different servers
- Root cause: Superset ignores SQLALCHEMY_DATABASE_URI env vars entirely
  (uses only superset_config.py via SUPERSET_CONFIG_PATH)
- Three-component fix: psycopg2-binary + superset_config.py + Docker bridge IP
- Comparison table: what works vs what doesn't (8 approaches tested)
- Version comparison: 4.1.2 vs 6.1.0 (6 characteristics)

Remove incorrect FAB-permission hypothesis from earlier version.
2026-06-11 15:24:45 +03:00
..
2026-02-23 10:18:56 +03:00
2026-05-25 13:25:35 +03:00
2026-05-20 23:54:53 +03:00
2026-02-23 10:18:56 +03:00
fix
2026-05-29 16:15:41 +03:00