A security issue was discovered in
kube-apiserver
that allows an aggregated API server to redirect client traffic to any URL. This could lead to the client performing unexpected actions as well as forwarding the client’s API server credentials to third parties.
Due to above CVE-2022-3172, kube-apiserver
has tightened the
security by blocking all 3XX
responses from aggregated API servers by default. As clusternet-hub
is running as an
aggregated apiserver in the parent cluster, this change does bring in some effects. clusternet-hub
is trustworthy and
redirect functionality is required. Please make sure the kube-apiserver
running in the parent cluster have set the
--aggregator-reject-forwarding-redirect
Kubernetes API server flag to false
to restore the previous behavior.
All the affected versions are listed as below.
If you’re using other Kubernetes distributions, please make sure that flag has been set to false
if existed.
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.