Why access to Superset dashboard with created user role not working in my case? #30856
Replies: 1 comment
-
The issue you're experiencing seems to be related to authentication problems with the ClickHouse connection, as indicated by the error message. Here are a few steps to troubleshoot and resolve the issue:
By addressing these areas, you should be able to resolve the authentication and filter access issues you're encountering. |
Beta Was this translation helpful? Give feedback.
-
Hello!
I trying make access to dashboard to every employee of company. For every employee I create user with role "salary_role".
I created new user with new role and add this to dashboard.
After that I add this permissions for "salary_role":
After sing in with new user I can see and open my dashboard.
But I see error for filters:
But sometimes I can use filters or use one of filters (for example I can use filter "A", but get error for filter "B" even they using the same dataset).
That I've done wrong and how to configure access by user_role to dashboard?
P. S. I'm using superset-image apache/superset:4.0.0 with Docker.
Beta Was this translation helpful? Give feedback.
All reactions