Custom Roles and Edge UI

I have create a custom role only to edit a particular key-value-map , and assigned a user to that role(no other permissions for that user). But when I logged in to the Edge UI with that user I am not able to do anything and the same key value map is not visible to me. Whther the custom roles will not work with Edge UI?

1 4 465
4 REPLIES 4

Can you tell how does your custom role looks like?

Check this link which might allow to achieve your task via managament calls.

http://docs.apigee.com/api-services/content/managing-roles-api

-Vinay

{


 
"resourcePermission": [


    {


     
"organization": "hpcorp-jetadvantage",


     
"path":
"/environments/dev/keyvaluemaps/permissions-map",


     
"permissions": [


       
"get",


       
"delete",


       
"put"


      ]


    }


  ]


}

Not applicable

@krishnaprasadm Could you please call List Permissions for a Role API and paste the permission here?

Let's see what all permissions are associated with the role. Also some screenshots with the errors you are seeing would be helpful. (Please hide your org specific or any other sensitive information while copying errors/permissions here)

The UI throws lots of errors and it is not showing or allowing to edit the KVM

{


 
"resourcePermission": [


    {


     
"organization": "hpcorp-jetadvantage",


     
"path":
"/environments/dev/keyvaluemaps/permissions-map",


     
"permissions": [


       
"get",


       
"delete",


       
"put"


      ]


    }


  ]


}