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

openforms: opt in rate limit /discovery endpoint #65

Open
sjoerdie opened this issue Jul 4, 2023 · 0 comments
Open

openforms: opt in rate limit /discovery endpoint #65

sjoerdie opened this issue Jul 4, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@sjoerdie
Copy link
Collaborator

sjoerdie commented Jul 4, 2023

 default.conf: |
    # Rate limiting configuration - allow 1 request per second. 10m can track about 80000 clients.
    limit_req_zone $binary_remote_addr zone={{ include "openforms.fullname" . }}.{{ .Release.Namespace }}_discover:10m rate=1r/s;

Make it opt in, you might want to configure this at the infrastructure level (ingress / loadbalancer / etc).

@sjoerdie sjoerdie added the enhancement New feature or request label Jul 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant