From 972c29011f12e7531c6b5b7384a73d95eb7c6c8a Mon Sep 17 00:00:00 2001 From: Mahamed Date: Tue, 16 Feb 2021 23:46:16 +0000 Subject: [PATCH] Allow multiple SSL Certificates on SSL Proxy LBs (#4499) * mark field as updatable Co-authored-by: upodroid * remove ssl proxy limit Co-authored-by: upodroid --- mmv1/products/compute/api.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/mmv1/products/compute/api.yaml b/mmv1/products/compute/api.yaml index ded641cade85..d7f8bc0bedb3 100644 --- a/mmv1/products/compute/api.yaml +++ b/mmv1/products/compute/api.yaml @@ -15027,11 +15027,10 @@ objects: update_url: 'projects/{{project}}/global/targetSslProxies/{{name}}/setBackendService' - !ruby/object:Api::Type::Array name: 'sslCertificates' - max_size: 1 description: | A list of SslCertificate resources that are used to authenticate - connections between users and the load balancer. Currently, exactly - one SSL certificate must be specified. + connections between users and the load balancer. At least one + SSL certificate must be specified. required: true update_verb: :POST update_url: 'projects/{{project}}/global/targetSslProxies/{{name}}/setSslCertificates'