Always-prog commented on code in PR #27779:
URL: https://github.com/apache/superset/pull/27779#discussion_r1547782190


##########
superset/config.py:
##########
@@ -314,8 +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
 
-# Uncomment to setup Full admin role name
-# AUTH_ROLE_ADMIN = 'Admin'
+AUTH_ROLE_ADMIN = "Admin"

Review Comment:
   ```suggestion
   # AUTH_ROLE_ADMIN = "Admin"
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org
For additional commands, e-mail: notifications-h...@superset.apache.org

Reply via email to