++ fix wb superset guest role
This commit is contained in:
parent
1ccb177d3c
commit
9ee7e1f76a
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user