Merge "Add listener allowed_cidrs to the feature matrix"
This commit is contained in:
commit
4f16f0aeb6
@ -30,11 +30,19 @@ cli=openstack loadbalancer listener create [--enable | --disable] <loadbalancer>
|
||||
driver.amphora=complete
|
||||
driver.ovn=complete
|
||||
|
||||
[operation.allowed_cidr]
|
||||
title=allowed_cidr
|
||||
status=optional
|
||||
notes=CIDR to allow access to the listener (can be set multiple times).
|
||||
cli=openstack loadbalancer listener create [--allowed-cidr <allowed_cidr>] <loadbalancer>
|
||||
driver.amphora=complete
|
||||
driver.ovn=missing
|
||||
|
||||
[operation.client_authentication]
|
||||
title=client_authentication
|
||||
status=optional
|
||||
notes=The TLS client authentication mode.
|
||||
cli=openstack loadbalancer listener create [--client-authentication {NONE,OPTIONAL,MANDATORY}] <listner>
|
||||
cli=openstack loadbalancer listener create [--client-authentication {NONE,OPTIONAL,MANDATORY}] <listener>
|
||||
driver.amphora=complete
|
||||
driver.ovn=missing
|
||||
|
||||
@ -42,7 +50,7 @@ driver.ovn=missing
|
||||
title=client_ca_tls_container_ref
|
||||
status=optional
|
||||
notes=The ref of the key manager service secret containing a PEM format client CA certificate bundle for TERMINATED_TLS listeners.
|
||||
cli=openstack loadbalancer listener create [--client-ca-tls-container-ref <container_ref>] <listner>
|
||||
cli=openstack loadbalancer listener create [--client-ca-tls-container-ref <container_ref>] <listener>
|
||||
driver.amphora=complete
|
||||
driver.ovn=missing
|
||||
|
||||
@ -50,7 +58,7 @@ driver.ovn=missing
|
||||
title=client_crl_container_ref
|
||||
status=optional
|
||||
notes=The URI of the key manager service secret containing a PEM format CA revocation list file for TERMINATED_TLS listeners.
|
||||
cli=openstack loadbalancer listener create [--client-crl-container-ref <client_crl_container_ref>] <listner>
|
||||
cli=openstack loadbalancer listener create [--client-crl-container-ref <client_crl_container_ref>] <listener>
|
||||
driver.amphora=complete
|
||||
driver.ovn=missing
|
||||
|
||||
@ -58,7 +66,7 @@ driver.ovn=missing
|
||||
title=connection_limit
|
||||
status=optional
|
||||
notes=The maximum number of connections permitted for this listener.
|
||||
cli=openstack loadbalancer listener create [--connection-limit <limit>] <listner>
|
||||
cli=openstack loadbalancer listener create [--connection-limit <limit>] <listener>
|
||||
driver.amphora=complete
|
||||
driver.ovn=missing
|
||||
|
||||
@ -66,7 +74,7 @@ driver.ovn=missing
|
||||
title=default_tls_container_ref
|
||||
status=optional
|
||||
notes=The URI of the key manager service secret containing a PKCS12 format certificate/key bundle for TERMINATED_TLS listeners.
|
||||
cli=openstack loadbalancer listener create [--default-tls-container-ref <container_ref>] <listner>
|
||||
cli=openstack loadbalancer listener create [--default-tls-container-ref <container_ref>] <listener>
|
||||
driver.amphora=complete
|
||||
driver.ovn=missing
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user