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 fb77e9d commit a96c031Copy full SHA for a96c031
internal/envconfig/xds.go
@@ -64,5 +64,8 @@ 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
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)
71
)
0 commit comments