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
metrics-cache previously accepted any server certificate (pure Trust On
First Use) when registering to the push-agent receiver. This meant the
one-time token was vulnerable to MITM who could register as the cluster.
The registration/bootstrap now verifies the receiver against a site CA
certificate supplied via push.siteCaCertificate before sending the
token.
This only affects the registration step; the receiver then returns the
site CA again which is stored for doing actual pushes.
There is an explicit opt-out of verification via
push.insecureSkipSiteCAVerification, which defaults to false but allows
for the dev environment to spin up without someone having to pass in a
certificate (only a token).
0 commit comments