++ fix wb superset guest role

This commit is contained in:
Kochetkov S 2026-08-18 16:54:27 +03:00
parent 1ccb177d3c
commit 9ee7e1f76a

View File

@ -73,7 +73,7 @@ spec:
"EMBEDDED_SUPERSET": True,
"ENABLE_TEMPLATE_PROCESSING": True,
}
GUEST_ROLE_NAME = "Public"
GUEST_ROLE_NAME = "Gamma"
GUEST_TOKEN_JWT_AUDIENCE = "guest"
GUEST_TOKEN_JWT_SECRET = os.getenv("JWT_SECRET")
GUEST_TOKEN_JWT_EXP_SECONDS = 3600