Remove tls_disable from cluster listener (#1389)

Per https://www.boundaryproject.io/docs/configuration/listener/tcp#tls - having this here is invalid.
All tls parameters are valid only for the api listener. cluster and proxy connections use their own ephemeral TLS stacks
pull/1397/head
Mike Green 5 years ago committed by GitHub
parent 2cbcf9a563
commit 462306fea5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -156,8 +156,6 @@ listener "tcp" {
address = "10.0.0.1"
# The purpose of this listener
purpose = "cluster"
tls_disable = false
}
# Root KMS configuration block: this is the root key for Boundary

Loading…
Cancel
Save