Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Limit Number of Endpoints Per Application [Feature Request] #1348

Open
nilayspshah opened this issue Jun 21, 2024 · 4 comments
Open

Limit Number of Endpoints Per Application [Feature Request] #1348

nilayspshah opened this issue Jun 21, 2024 · 4 comments
Labels
server Issues regarding the server component

Comments

@nilayspshah
Copy link

nilayspshah commented Jun 21, 2024

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

  • 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
@nilayspshah nilayspshah changed the title Limit Number of Endpoints Per Application Limit Number of Endpoints Per Application [Feature Request] Jun 21, 2024
@tasn
Copy link
Member

tasn commented 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.

@nilayspshah
Copy link
Author

Yes. Thats right.

@tasn
Copy link
Member

tasn commented Aug 1, 2024

We'll take a look at this soon as part of additional app portal capabilities.

@tasn tasn added the server Issues regarding the server component label Aug 1, 2024
@nilayspshah
Copy link
Author

Thanks @tasn , much appreciated!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
server Issues regarding the server component
Projects
None yet
Development

No branches or pull requests

2 participants