Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

API security #5086

Open
Grigoriev-S opened this issue Aug 4, 2020 · 1 comment
Open

API security #5086

Grigoriev-S opened this issue Aug 4, 2020 · 1 comment

Comments

@Grigoriev-S
Copy link

API security

  1. How can we control the use of the API Keys?
  2. How can we restrict the use of API requests?
  3. Is it possible to restrict access to the use of the API? For example, only allow specific IPs.
    An attempt to restrict via Nginx to / api / queries resulted in a GUI problem.
@csyangchen
Copy link

csyangchen commented Aug 14, 2020

You can modify models.users.ApiUser to get fine grain control of API access, which we did in our internal fork.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants