Replies: 1 comment 2 replies
-
Have you tried assigning |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone!
I have using and developing an app that integrates with Netbox ( our current running version is v3.3.8).
We create API Tokens on the go to use certain Netbox API functions, we set an expiration date of 1 hour after the API token creation, that help us force the user to log in again with the app.
I have created a Service Account which purpose should be only deleting expired API tokens ( a python script using pynetbox), The problem is that I can't seem to find the correct permission to list all API Tokens for All Users) , I don't think there is such permission btw, the only thing that seemed to work was setting the user account as SuperUser, but obviously that's not the desired solution, as it allows that service account to use any api endpoint without restrictions.
Has anyone come across with a problem similar to this ?
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions