Skip to content

Commit

Permalink
comment AUTH_ROLE_ADMIN
Browse files Browse the repository at this point in the history
  • Loading branch information
Always-prog committed Apr 2, 2024
1 parent ff83095 commit 06bbab7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion superset/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ def _try_json_readsha(filepath: str, length: int) -> str | None:
# AUTH_REMOTE_USER : Is for using REMOTE_USER from web server
AUTH_TYPE = AUTH_DB

AUTH_ROLE_ADMIN = "Admin"
# AUTH_ROLE_ADMIN = "Admin"

# Uncomment to setup Public role name, no authentication needed
# AUTH_ROLE_PUBLIC = 'Public'
Expand Down

0 comments on commit 06bbab7

Please sign in to comment.