Welcome to the Inedo Forums! Check out the Forums Guide for help getting started.
If you are experiencing any issues with the forum software, please visit the Contact Form on our website and let us know!
API Key Access Logs view
-
-
Hi @michal-roszak_0767 ,
Looking over the code, the API Key Access Logs contain the api-key sent by the user, which is being displayed there. In retrospect, this isn't a great design...
It would be technically possible to link that to the "Edit API Key Page" itself, which would show you the description etc.... just a matter of whether that's worth us doing.
Thanks,
Alana
-
This Log is mess!
I'm trying to list log for particular Key
/administration/api-keys/access-logs?apiKeyId=27and list is.... I don't know from what!
This is list of all requests. Looks familiar?
Cheers,
Michal
-
@michal-roszak_0767 sorry, this is definitely sub-optimal and needs work
Basically, when you have API Key Hashing available, there's no way for the page to filter the incoming requests. So, all of the items are shown. It's not really a trivial to fix and requires us to rethink a bit how we are storing/logging this data. We can explore revisiting as part of ProGet 2026.