We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a96c031 commit 94cae8fCopy full SHA for 94cae8f
internal/envconfig/xds.go
@@ -64,7 +64,7 @@ var (
64
// https://github.com/grpc/proposal/blob/master/A82-xds-system-root-certs.md.
65
XDSSystemRootCertsEnabled = boolFromEnv("GRPC_EXPERIMENTAL_XDS_SYSTEM_ROOT_CERTS", false)
66
67
- // XDSSpiffeEnabled controls is SPIFFE Bundle Maps can be used as roots of
+ // XDSSpiffeEnabled controls if SPIFFE Bundle Maps can be used as roots of
68
// trust. For more details, see:
69
// https://github.com/grpc/proposal/blob/master/A87-mtls-spiffe-support.md
70
XDSSpiffeEnabled = boolFromEnv("GRPC_EXPERIMENTAL_XDS_MTLS_SPIFFE", false)
0 commit comments