Skip to content

Commit a96c031

Browse files
committed
add comment
1 parent fb77e9d commit a96c031

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

internal/envconfig/xds.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,5 +64,8 @@ var (
6464
// https://github.com/grpc/proposal/blob/master/A82-xds-system-root-certs.md.
6565
XDSSystemRootCertsEnabled = boolFromEnv("GRPC_EXPERIMENTAL_XDS_SYSTEM_ROOT_CERTS", false)
6666

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
6770
XDSSpiffeEnabled = boolFromEnv("GRPC_EXPERIMENTAL_XDS_MTLS_SPIFFE", false)
6871
)

0 commit comments

Comments
 (0)