Disable 'sudo' option for the whole Looker account?

Do you think it is possible to place a request to Looker to disable the "sudo" option for the whole Looker account?
The context is finding a workaround to protect dashboards to be accessed in account where almost everybody is an admin.

0 4 1,738
4 REPLIES 4

"The Admin permission set cannot be edited or deleted, and cannot be assigned to a role. It is assigned only to the Admin role, which also cannot be edited or deleted"

@YanicaGG I think an easier option is to Add those users to different roles.

Regards,
Prabha Arivalagan

Unfortunately this does not serve our needs. Thanks.

The only option available today to remove sudo is by launching a Google Cloud Core instance (i.e., from the GCP console) where some of the admin permissioning has been reworked and sudo is not available: https://cloud.google.com/looker/docs/looker-core-manage-users#viewing_users_within

Another (admittedly laborious) option is to remove admin from most/all users and to have admin actions occur through API calls that you can more granularly control. This open source code provides an illustrative example: https://github.com/looker-open-source/micro-admin-for-looker

 I'll explore the options. Thanks .