mirror of
https://github.com/ConvoyPanel/panel.git
synced 2026-04-25 04:35:52 +03:00
[GH-ISSUE #58] Add IPv4 Whitelist to Admin API #41
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/panel#41
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @AnushK-Fro on GitHub (Dec 8, 2023).
Original GitHub issue: https://github.com/ConvoyPanel/panel/issues/58
Is there an existing feature request for this?
Describe the feature you would like to see.
Sometimes I get this error through the API when trying to create or fetch a user:
It would be nice if it would be possible to only allow certain IP addresses to use Convoy's Admin API, and the IP addresses that are allowed, should be able to use the API without any ratelimit.
Describe the solution you'd like.
It would be nice if it would be possible to only allow certain IP addresses to use Convoy's admin API, and the IP addresses that are allowed, should be able to use the API without any ratelimit. Ideally, allow users to set an IPv4 address for every API key, and the IPv4 address has to match the API key in order to be used.
Additional context to this request.
No response