• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

zalando-incubator / kube-ingress-aws-controller / 24842732153
72%

Build:
DEFAULT BRANCH: master
Ran 23 Apr 2026 03:13PM UTC
Jobs 1
Files 27
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

23 Apr 2026 03:06PM UTC coverage: 71.519% (+0.06%) from 71.464%
24842732153

push

github

web-flow
worker: prevent SSL policy update loop on shared load balancers (#788)

In
https://github.com/zalando-incubator/kube-ingress-aws-controller/pull/774,
update LB in-place was introduced. However, it was also introducing the
following bug

-> Ingress A has a custom SSL policy
-> Ingress B uses the default SSL policy
-> Since Ingress B doesn't have the annotation we will allow it through
as
`(ingress.HasSSLPolicyAnnotation && l.sslPolicy != ingress.SSLPolicy)`
doesn't apply
-> So we add both ingresses to LB then later override LB SSL policy with
new ingress SSL policy (default one)
Later `inSync` will revert to the old SSL policy and we go into infinite
loop.

Adding the new tag will help keep in-place updates, while blocking
mismatch ingresses from landing on the same LB

Signed-off-by: Mustafa Abdelrahman <mustafa.abdelrahman@zalando.de>

24 of 29 new or added lines in 3 files covered. (82.76%)

2923 of 4087 relevant lines covered (71.52%)

12.43 hits per line

Uncovered Changes

Lines Coverage ∆ File
4
33.46
-0.09% aws/adapter.go
1
78.17
0.09% worker.go
Jobs
ID Job ID Ran Files Coverage
1 24842732153.1 23 Apr 2026 03:13PM UTC 27
71.52
GitHub Action Run
Source Files on build 24842732153
  • Tree
  • List 27
  • Changed 3
  • Source Changed 0
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 67572c68 on github
  • Prev Build on master (#23438430118)
  • Next Build on master (#25042783946)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc