You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We would like to limit/specify the max number of endpoints that can be added in a customer application.
The reasons for this include - prevention of abuse, billing per endpoints.
Proposal
While creating the Customer Application we can take an optional property of maxEndpoints and use it to enforce the limit on the customer app portal.
Alternatives
We can implement this on our own as well by using the Create Endpoint and Update Endpoint API. We would also need to give seperate pages for customers to create and update endpoints. It would include providing the customer portal in read-only mode. Separate pages would be required to allow users for self service leading to better dev-experience. but problem with that approach would be
Redundant development work
Non-intuitive experience for the user/customer as a user will need to visit a separate page to edit endpoint
The text was updated successfully, but these errors were encountered:
nilayspshah
changed the title
Limit Number of Endpoints Per Application
Limit Number of Endpoints Per Application [Feature Request]
Jun 21, 2024
There's already a limit, but you'd like to limit it further in the cloud version (svix.com) as part of the API when creating the app portal, right? Just making sure I got it right. Sounds like a good idea.
Feature Request
Motivation
We would like to limit/specify the max number of endpoints that can be added in a customer application.
The reasons for this include - prevention of abuse, billing per endpoints.
Proposal
While creating the Customer Application we can take an optional property of
maxEndpoints
and use it to enforce the limit on the customer app portal.Alternatives
The text was updated successfully, but these errors were encountered: