Announcements
This site is in read only until July 22 as we migrate to a new platform; refer to this community post for more details.
Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

API Proxy Roles UI Permissions Restriction

For proxies there is a section in the UI that allows the user to edit the roles that can edit the proxy. We have a very specific set of custom roles so we don't want the general users to change their permissions is there a way to prevent the user from clicking on that button, or if that is impossible, is it possible to prevent them from making any changes once they clicked that button.screen-shot-2016-09-14-at-20810-pm.png

I've tried adding the following permissions:

[{"path" : "/userroles/*/permissions",
"permissions" : [ "get" ]},
{"path" : "/userroles",
"permissions" : [ "get" ]},
{"path": "/applications/*/roles",
"permissions": []}]

1 6 921
6 REPLIES 6