You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: Allow using self-signed certificates in HTTPS health tests
Usually, the container's HTTPS ports use self-signed certificates
instead of real ones. This makes the HTTPS health check always fail
and be retried.
This PR allows self-signed certificates for health checks by adding
the `require_valid_certs` configuration field to `WaitStrategy`.
Signed-off-by: Wiktor Kwapisiewicz <[email protected]>
0 commit comments