Skip to content

Commit

Permalink
fix: update PUBLIC_ROLE_LIKE to 'Gamma' in superset configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
kalyan540 committed Mar 2, 2025
1 parent 909307b commit 510fc9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/pythonpath_dev/superset_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ class CeleryConfig:
"origins": ["*"], # replace the port-number # as per your application.
}

PUBLIC_ROLE_LIKE='Public'
PUBLIC_ROLE_LIKE = "Gamma"
GUEST_ROLE_NAME= 'Guest'
GUEST_TOKEN_JWT_SECRET = "test-guest-secret-change-me"
GUEST_TOKEN_JWT_ALGO = "HS256"
Expand Down

0 comments on commit 510fc9e

Please sign in to comment.