mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-10-01 01:36:09 -04:00
66f1333c31
This change is required to ensure we have not tls handshake errors when connecting to the kubernetes api. Currently, the certificates used by kube-apiserver pods contain a SAN field with the (single) public ip of the loadbalancer. If we would allow multiple loadbalancer frontend ips, we could encounter cases where the certificate is only valid for one public ip, while we try to connect to a different ip. To prevent this, we consciously disable support for the multi-zone loadbalancer frontend on AWS for now. This will be re-enabled in the future. |
||
---|---|---|
.. | ||
aws | ||
azure | ||
azureshared | ||
cloudprovider | ||
gcp | ||
gcpshared | ||
metadata | ||
openstack | ||
qemu | ||
BUILD.bazel | ||
cloud.go |