Skip to content

Commit

Permalink
Allow multiple SSL Certificates on SSL Proxy LBs (#4499)
Browse files Browse the repository at this point in the history
* mark field as updatable

Co-authored-by: upodroid <[email protected]>

* remove ssl proxy limit

Co-authored-by: upodroid <[email protected]>
  • Loading branch information
upodroid authored Feb 16, 2021
1 parent 100ba41 commit 972c290
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions mmv1/products/compute/api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 972c290

Please sign in to comment.