Apigee Environment and Developers apps

Not applicable

Hello again;

I have a question about environment in apigee. How can I prevent a developer app to use prod environment? In other words, how can I make different environment for a developer app?

When he is in development stage è He can use only the test environment

When he is in production stage è he can use the prod environment

Cordialy

0 2 413
2 REPLIES 2

Hi Adouani,

We support Role Based Access Control (RBAC) to restrict access for specific users to specific activities. These roles can include the ability to push only to specific environments - so a developer can push only to a specific set of environments.

You can find documentation by following this link.

It sounds like you're looking for the ability to push to be bound to a development stage, which is not a feature. To implement that, you might restrict the ability of a developer to push only to a lower environment, and reserve the ability to push to higher environments to a DevOps lead, or baked into a CI/CD package etc.

Best,
~ Paul

I will try that, I will keep you informed. Thanks