diff --git a/node-client/src/config_types.ts b/node-client/src/config_types.ts index c3b8acd07d..e5beef24ac 100644 --- a/node-client/src/config_types.ts +++ b/node-client/src/config_types.ts @@ -18,9 +18,6 @@ function clusterIterator(): u.ListIterator { if (!elt['name']) { throw new Error(`clusters${i}.name is missing`); } - if (!elt.cluster['certificate-authority-data'] && !elt.cluster['certificate-authority']) { - throw new Error(`clusters[${i}].cluster.[certificate-authority-data, certificate-authority] is missing`); - } if (!elt.cluster['server']) { throw new Error(`clusters[${i}].cluster.server is missing`); }