diff --git a/clusters/wb/infrastructure/patches/superset.yaml b/clusters/wb/infrastructure/patches/superset.yaml index 4edad81..7bc1c67 100644 --- a/clusters/wb/infrastructure/patches/superset.yaml +++ b/clusters/wb/infrastructure/patches/superset.yaml @@ -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