-
Notifications
You must be signed in to change notification settings - Fork 175
skipper-validation-webhook: enabled missing configuration for custom filters #10165
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
Conversation
vlktna
commented
Nov 6, 2025
- OAuth2 Tokeninfo Filters
- OAuth2 Grant Flow
- Open Policy Agent
- Rate Limiter
- Compression
091abf4 to
a4a251f
Compare
cluster/manifests/02-skipper-validation-webhook/deployment.yaml
Outdated
Show resolved
Hide resolved
Deployment ChecklistThis change falls under the deployment policy. 💁 Since Nov 10th, we are in the RED deployment zone. This means all changes released to production must adhere to the following requirements:
👉 Regardless of which boxes you click in this comment, merge/deployment will not be blocked. |
38a2c0c to
a663566
Compare
|
TODO: add |
11be31f to
34e004e
Compare
da738be to
53bd33c
Compare
66dc35e to
a39809c
Compare
a39809c to
de6c4b2
Compare
|
👍 |
| - "-swarm-redis-read-timeout={{ .Cluster.ConfigItems.skipper_redis_read_timeout }}" | ||
| - "-swarm-redis-write-timeout={{ .Cluster.ConfigItems.skipper_redis_write_timeout }}" | ||
| - "-cluster-ratelimit-max-group-shards={{ .Cluster.ConfigItems.skipper_cluster_ratelimit_max_group_shards }}" | ||
| - "-swarm-redis-min-conns={{ .Cluster.ConfigItems.skipper_redis_min_conns }}" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We can also hard code values here. For example connections to "1", because we do not do roundtrips to redis anyways so why should we have the same values as the data plane.
Timeouts could be all "1s" for example, because they do not matter here and don't change the validation.
|
👍 |
|
follow up: #10198 |