Limit on creation of apps per user

Not applicable

Do we have a limit on creation of apps per user ?

We experienced a user creating around 2000 apps for one 1 API product. We would like to monitor and restrict the number of apps created by a user.

Is there a way we can apply those restrictions on creations on the number of apps per user for per day ?

--------------------

Do we have a limit on creation of apps per user ?

We experienced a user creating around 2000 apps for one 1 API product. We would like to monitor and restrict the number of apps created by a user.

Is there a way we can apply those restrictions on creations on the number of apps per user for per day ?

1 4 389
4 REPLIES 4

@Dhaval Dagli , Welcome to Apigee Community !!

Great Question !

Would like to get better context around same. Are you using Developer Portal to onboard the app developer who is creating 2000 apps ? Is your Developer Portal - Apigee Drupal based Portal ?

Are you trying to restrict the APP Creation on Edge UI / Apigee Management API Level / Developer Portal Level ?

Looking for similar solution, imagine it would be done via Dev Portal customization.

I created a simple Dev Portal module "Apps Limit" to limit the number of Apps a developer can create.

See the Git Repo here: https://github.com/kurtkanaskie/devconnect_apps_limit

Although this module simply limits all developers to a specified number of Apps, it could be extended to limit the number by role.

Configure the module:

7721-apps-limit-menu.png

Adjust the limit:

7722-apps-limit-config.png

View developer Apps:

7723-apps-limit-apps.png

Whoo-hoo! Cool stuff, Kurt!