Custom Roles in Apigee, best practices in development/test

Not applicable

We are planning to use the custom role functionality in our Org. Are there any best practices for it.

1) Are there any samples of Custom Roles created like Agile Groups or operation structure. Standard "User Role" in Apigee itself has the privilege to view all the API keys.

2) Pros and Cons of many custom roles. Any upgrade Issues?

2 2 342
2 REPLIES 2

My favourite approach is the following:

Create two custom roles:

- Operations (the only role that can trace in the production org/env)

- Continuous Integration (only has the ability to deploy and nothing else)

Aside from this I like to separate users by organization. Development teams can have full access to the non-prod org, and only a select few in operations can access the production org.

Custom roles are a must have and I have never seen any upgrade issues.

Just my view - hope this helps!

It helps. Thanks! for the info