vikashrajgupta commented on issue #28141:
URL: https://github.com/apache/superset/issues/28141#issuecomment-2069192574

   @rusackas - I checked my code and I was generating access_token from admin 
credentials that have all of the permissions.
   Then passing the access token to the below endpoint
   http://localhost:9888/api/v1/security/guest_token/
   ```
   {
   "user": {"username": "public_user"}, "resources":[{"type": "dashboard", 
"id": "833f863b-a10c-483b-bc3b-edc2fbc9cfa2"}],"rls":[]
   }
   ```
   
   It further returns a token and then passes to embedded SDK happens the 
earlier shared issue.
   
   But Whenever I logged via public user credential everything looks good as 
per my permission.


-- 
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