From a969d09fc0203a8785ad0fcaa6fb08dc8f831103 Mon Sep 17 00:00:00 2001 From: Dave Syer Date: Mon, 14 Oct 2024 10:50:39 +0100 Subject: [PATCH] Generated configprops --- .../src/main/antora/modules/ROOT/partials/_configprops.adoc | 1 + 1 file changed, 1 insertion(+) diff --git a/spring-grpc-docs/src/main/antora/modules/ROOT/partials/_configprops.adoc b/spring-grpc-docs/src/main/antora/modules/ROOT/partials/_configprops.adoc index ff08739..dfa6a06 100644 --- a/spring-grpc-docs/src/main/antora/modules/ROOT/partials/_configprops.adoc +++ b/spring-grpc-docs/src/main/antora/modules/ROOT/partials/_configprops.adoc @@ -12,6 +12,7 @@ |spring.grpc.client.default-channel.max-inbound-message-size | | |spring.grpc.client.default-channel.max-inbound-metadata-size | | |spring.grpc.client.default-channel.negotiation-type | | The negotiation type for the channel. Default is {@link NegotiationType#PLAINTEXT}. +|spring.grpc.client.default-channel.secure | `+++true+++` | Flag to say that strict SSL checks are not enabled (so the remote certificate could be anonymous). |spring.grpc.client.default-channel.ssl.bundle | | SSL bundle name. |spring.grpc.client.default-channel.ssl.enabled | | Whether to enable SSL support. Enabled automatically if "bundle" is provided unless specified otherwise. |spring.grpc.client.default-channel.user-agent | |