From d16d1e554c2259b73759b7086f820e292e7c71fd Mon Sep 17 00:00:00 2001 From: The Magician Date: Tue, 16 Feb 2021 15:51:33 -0800 Subject: [PATCH] Allow multiple SSL Certificates on SSL Proxy LBs (#4499) (#377) * mark field as updatable Co-authored-by: upodroid * remove ssl proxy limit Co-authored-by: upodroid Signed-off-by: Modular Magician Co-authored-by: upodroid --- plugins/modules/gcp_compute_target_ssl_proxy.py | 5 ++--- plugins/modules/gcp_compute_target_ssl_proxy_info.py | 4 ++-- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/plugins/modules/gcp_compute_target_ssl_proxy.py b/plugins/modules/gcp_compute_target_ssl_proxy.py index 8894c1e..a8dd32b 100644 --- a/plugins/modules/gcp_compute_target_ssl_proxy.py +++ b/plugins/modules/gcp_compute_target_ssl_proxy.py @@ -82,8 +82,7 @@ options: ssl_certificates: 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. + between users and the load balancer. At least one SSL certificate must be specified. elements: dict required: true type: list @@ -279,7 +278,7 @@ service: sslCertificates: 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. + users and the load balancer. At least one SSL certificate must be specified. returned: success type: list sslPolicy: diff --git a/plugins/modules/gcp_compute_target_ssl_proxy_info.py b/plugins/modules/gcp_compute_target_ssl_proxy_info.py index 29386a5..e0e44f6 100644 --- a/plugins/modules/gcp_compute_target_ssl_proxy_info.py +++ b/plugins/modules/gcp_compute_target_ssl_proxy_info.py @@ -151,8 +151,8 @@ resources: sslCertificates: 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. + between users and the load balancer. At least one SSL certificate must be + specified. returned: success type: list sslPolicy: