unkeyed / unkey

Open source API management platform
https://go.unkey.com
Other
2.95k stars 303 forks source link

Track IP addresses of key verifications #1529

Open IgnisDa opened 5 months ago

IgnisDa commented 5 months ago

Preliminary Checks

Is your feature request related to a problem? Please describe.

I want to get access to the IPs from where key verifications are done so that I can keep track of keys not being used by multiple people.

Describe the solution

Having access to the IP address of the verification request and possibly their region.

Describe alternatives you have considered (if any)

No response

Additional context

No response

linear[bot] commented 5 months ago

ENG-1014 Track IP addresses of key verifications

perkinsjr commented 5 months ago

Hi @IgnisDa

We do provide the access to the IP addresses as part of our key analytics in the dashboard itself. image

Are you looking for something else? Do you want this programmatically

IgnisDa commented 5 months ago

Is it possible to access via the API? I would like to write a script and form insights on that.

I realize that I should have done prior research before opening this issue 😅. It seems like this is already possible. Feel free to close this issue.

perkinsjr commented 5 months ago

Is it possible to access via the API? I would like to write a script and form insights on that.

I realize that I should have done prior research before opening this issue 😅. It seems like this is already possible. Feel free to close this issue.

Currently it's not possible via the API only through the dashboard itself, we do have plans to enrich the analytical data more in the API so you could do this in the future but not currently.

IgnisDa commented 5 months ago

Ah okay. Thanks for letting me know!