How to control access on dashlets

Hi, 

for a specific use case we would like to be able to control the access to dashlets. Currently , as far as I know, there is no way of configuring this. So any user can select the dashlet and we need to implement logic in de controller of that dashlet to find out if the current user is allowed to use it. 

I wonder if there is a different approach to accomplish this task. For instance for a certain dashlet prevent it from showing in the dashlet list. 

Is this possible?

Parents
  • Is it the Dashlet that you don't want to make available or the data within the Dashlet?

  • We want to be able to control who can use the dashlet. Ideally we would like to have control on the list of dashlets per user/team/role. As said in the starting post currently we implement validation logic in the controller so if a user adds a dashlet and they are not entitled to use it they get an error.

Reply
  • We want to be able to control who can use the dashlet. Ideally we would like to have control on the list of dashlets per user/team/role. As said in the starting post currently we implement validation logic in the controller so if a user adds a dashlet and they are not entitled to use it they get an error.

Children
No Data