You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2022/04/28 14:12:15 UTC

[GitHub] [superset] nijkap opened a new issue, #19884: UI Issue - Access Denied error pops up on initial load even for admin user.

nijkap opened a new issue, #19884:
URL: https://github.com/apache/superset/issues/19884

   Hi Team,
   
   Whenever a user logs in to superset before everything loads up for a brief period of time a "Access is Denied" error comes up below is the screen shot:
   
   ![image](https://user-images.githubusercontent.com/104574505/165771761-3651317c-aece-4a8a-9a3f-aedd45fdee02.png)
   


-- 
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-unsubscribe@superset.apache.org.apache.org

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


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


[GitHub] [superset] rusackas closed issue #19884: UI Issue - Access Denied error pops up on initial load even for admin user.

Posted by "rusackas (via GitHub)" <gi...@apache.org>.
rusackas closed issue #19884: UI Issue - Access Denied error pops up on initial load even for admin user.
URL: https://github.com/apache/superset/issues/19884


-- 
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-unsubscribe@superset.apache.org

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


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


[GitHub] [superset] nijkap commented on issue #19884: UI Issue - Access Denied error pops up on initial load even for admin user.

Posted by GitBox <gi...@apache.org>.
nijkap commented on issue #19884:
URL: https://github.com/apache/superset/issues/19884#issuecomment-1118670766

   > @nijkap - I had a similar issue going on. The root cause for me was related to redirects and how I auth into superset (keycloak). How are you doing auth?
   
   we are using SSO n superset and redirect it to Dashboard URL directly by passing standalone=true


-- 
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-unsubscribe@superset.apache.org

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


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


[GitHub] [superset] nijkap commented on issue #19884: UI Issue - Access Denied error pops up on initial load even for admin user.

Posted by "nijkap (via GitHub)" <gi...@apache.org>.
nijkap commented on issue #19884:
URL: https://github.com/apache/superset/issues/19884#issuecomment-1551771162

   Please repoen if its not fixed for 2.1.0


-- 
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-unsubscribe@superset.apache.org

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


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


[GitHub] [superset] pfinnerty commented on issue #19884: UI Issue - Access Denied error pops up on initial load even for admin user.

Posted by GitBox <gi...@apache.org>.
pfinnerty commented on issue #19884:
URL: https://github.com/apache/superset/issues/19884#issuecomment-1118721055

   I was linking directly to a dashboard from a separate service. So, it was not hitting the `/login` endpoint first. 
   
   To get around that, I am linking to the dashboard with a URL like this:
   
   `https://superset/.${TLD}/login/?next=https%3A%2F%2Fsuperset.${TLD}%2Fsuperset%2Fdashboard%2F${DASHBOARD_NAME}%2F` 
   
   so it is hitting the `/login` endpoint first and than being redirected to the dashboard I wanted to link to.  I handle the redirect in the `/login` endpoint code.


-- 
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-unsubscribe@superset.apache.org

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


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


[GitHub] [superset] nijkap commented on issue #19884: UI Issue - Access Denied error pops up on initial load even for admin user.

Posted by "nijkap (via GitHub)" <gi...@apache.org>.
nijkap commented on issue #19884:
URL: https://github.com/apache/superset/issues/19884#issuecomment-1551770242

   We are still facing this issue for 2.0.0, the above workaround is not feasible as we might have to change at lot places and some of query string is added dynamically. Please let me know if this is fixed with 2.1.0?


-- 
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-unsubscribe@superset.apache.org

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


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


[GitHub] [superset] pfinnerty commented on issue #19884: UI Issue - Access Denied error pops up on initial load even for admin user.

Posted by GitBox <gi...@apache.org>.
pfinnerty commented on issue #19884:
URL: https://github.com/apache/superset/issues/19884#issuecomment-1116078285

   @nijkap - I had a similar issue going on. The root cause for me was related to redirects and how I auth into superset (keycloak). How are you doing auth?


-- 
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-unsubscribe@superset.apache.org

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


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


[GitHub] [superset] cwegener commented on issue #19884: UI Issue - Access Denied error pops up on initial load even for admin user.

Posted by "cwegener (via GitHub)" <gi...@apache.org>.
cwegener commented on issue #19884:
URL: https://github.com/apache/superset/issues/19884#issuecomment-1550740890

   I remember that there was a PR merged in relation to this as well a little while ago ... It might be useful to find and link that PR to this issue in case anybody comes across this issue in the future


-- 
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-unsubscribe@superset.apache.org

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


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


Re: [I] UI Issue - Access Denied error pops up on initial load even for admin user. [superset]

Posted by "rusackas (via GitHub)" <gi...@apache.org>.
rusackas closed issue #19884: UI Issue - Access Denied error pops up on initial load even for admin user.
URL: https://github.com/apache/superset/issues/19884


-- 
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-unsubscribe@superset.apache.org

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


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


[GitHub] [superset] rusackas commented on issue #19884: UI Issue - Access Denied error pops up on initial load even for admin user.

Posted by "rusackas (via GitHub)" <gi...@apache.org>.
rusackas commented on issue #19884:
URL: https://github.com/apache/superset/issues/19884#issuecomment-1550630701

   Closing this out because (a) there's a solution posted, (b) it's stale, and (c) I haven't seen any other mentions of it happening lately. Happy to re-open if anyone is still facing this.


-- 
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-unsubscribe@superset.apache.org

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


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


[GitHub] [superset] rusackas commented on issue #19884: UI Issue - Access Denied error pops up on initial load even for admin user.

Posted by "rusackas (via GitHub)" <gi...@apache.org>.
rusackas commented on issue #19884:
URL: https://github.com/apache/superset/issues/19884#issuecomment-1551940613

   I'm not 100% sure. I'll re-open just to play it safe. Perhaps I was a bit too optimistic due to the thread being silent for a year.


-- 
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-unsubscribe@superset.apache.org

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


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


[GitHub] [superset] nijkap commented on issue #19884: UI Issue - Access Denied error pops up on initial load even for admin user.

Posted by "nijkap (via GitHub)" <gi...@apache.org>.
nijkap commented on issue #19884:
URL: https://github.com/apache/superset/issues/19884#issuecomment-1561151598

   Issue still persist after 2.1.0 latest upgrade.


-- 
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-unsubscribe@superset.apache.org

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


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


Re: [I] UI Issue - Access Denied error pops up on initial load even for admin user. [superset]

Posted by "rusackas (via GitHub)" <gi...@apache.org>.
rusackas commented on issue #19884:
URL: https://github.com/apache/superset/issues/19884#issuecomment-1975650600

   Closing this as stale since it's been silent for so long, and we're trying to steer toward a more actionable Issues backlog. If people are still encountering this in current versions (currently 3.x) please re-open this issue, open a new Issue with error reproduction instructions, or raise a PR to address the problem. Thanks!


-- 
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-unsubscribe@superset.apache.org

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


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