-
Notifications
You must be signed in to change notification settings - Fork 378
Open
Labels
Description
Describe the bug
We're looking to replicate the traffic from original jenkins to another parallel running jenkins. We have added zalando.org/skipper-filter in original jenkins with tee predicate to replicate the traffic to another-jenkins.company.org but as soon as we add this annotation, jenkins API calls stop working and result in timeout.
Annotation added
zalando.org/skipper-filter: tee("https://another-jenkins.com.org")
To Reproduce
Add context, for example:
- route or ingress definition
- http request with headers (truncate your secrets)
- response with headers
Expected behavior
We'd expect same traffic to reach another-jenkins instance as well
Observed behavior
But we only see timeout in original jenkins post this addition of annotation on skipper ingress.