What would be the most efficient way to identify all dashboards that have granted access to a specific namespace user’s group?
Let’s say I have 100 dashboards. 3 namespaces and 2 users groups on each. I would like to know which dashboard have granted access to users group #1 from namespace #2.
I know I can loop thru each of the 100 dashboards and look into their access permissions…. just wondering if there is any different approach of finding that information.
Hi @jjluna,
Unfortunately there’s no easy/quick way within the Quick console so I believe the easiest way to locate this information would be through using CLI; there are a few API calls that can assist with this:
This will list your dashboards within the account:
Then you can use the dashboard ARN’s to find permissions:
Hi @jjluna,
I agree it would be nice to have an easier way to access this information from the Manage Assets option within the platform, so I’ll mark this as a feature request to promote visibility to the support team.