Hello,
What should I do, if I want to restrict the ability of users with other roles to create API tokens?
Please Elaborate More of the Situation.
Hi @Salt Peaky
Look at this page to learn about rate limiting on data centre. If performance is your concern then you can read load distribution for REST API request here.
I hope it helps.
Ravi
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I would start by questioning why you think you want to do this.
What problem would be solved by denying people the ability to use a system in the way that works best for them?
But to answer the question properly, I'm afraid there is no way to do it without rewriting the code that lets people generate the tokens.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.