anilvpatel21 edited a comment on issue #13733:
URL: https://github.com/apache/superset/issues/13733#issuecomment-895061530


   @nytai Thanks. Removing `AUTH_ROLE_PUBLIC = 'Gamma'` works. 
   
    Generating JWT Token for the admin role. 
   
   But do we need this role permission for the API's as we are generating a JWT 
token for a particular user under some role. So if that role has a permission 
to access an api it should work. 
   
   Interesting: 
   ```
   PUBLIC_ROLE_LIKE = 'Gamma' did not work. 
   but PUBLIC_ROLE_LIKE = 'Public' did work
   ```
   


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to