RBAC for KeyValueMaps

Not applicable

I haven't been able to find any specific reference to KVMs with regard to RBAC.

What I would like to do is be able to provide access to NON-orgadmins to be able to edit ORGANIZATION KVMs (so they'd need RUD of CRUD).

Is this possible?

0 1 338
1 REPLY 1

vijay
New Member

Hi Walsh,

Permission for a particular keyvalue map can be defined using the following api

http://apigee.com/docs/management/apis/post/organizations/%7Borg_name%7D/userroles/%7Brole_name%7D/p...

Resource in the json payload should be defined as "/keyvaluemaps/mymapname" and permissions should be configured as GET,PUT&DELETE. This step has to be repeated for every NON-orgadmin role (such as User,BusinessUser) in your organization.

Since the mapname is defined in the path, they can only mutatate the map and not add a new map to the organization.