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

Feature Request - Rate Limiting with Resource Quotas #249

Open
dlydiard opened this issue Jul 22, 2024 · 0 comments
Open

Feature Request - Rate Limiting with Resource Quotas #249

dlydiard opened this issue Jul 22, 2024 · 0 comments

Comments

@dlydiard
Copy link

dlydiard commented Jul 22, 2024

Our use case involves rate limiting specific Vault paths for applications to prevent any single application from becoming a noisy neighbor if it starts to misbehave.

For instance, consider a namespace and service account (SA) with access to the Vault path app/kv/<k8-namespace>/*. We want to limit requests to this path to N requests per second. Additionally, if the new Custom Resource Definition (CRD) is removed, the quota should be removed as well.

https://developer.hashicorp.com/vault/api-docs/system/rate-limit-quotas

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

1 participant