Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for XDS_AUTH (0.07 sec)

  1. pilot/pkg/features/security.go

    	SkipValidateTrustDomain = env.Register(
    		"PILOT_SKIP_VALIDATE_TRUST_DOMAIN",
    		false,
    		"Skip validating the peer is from the same trust domain when mTLS is enabled in authentication policy").Get()
    
    	XDSAuth = env.Register("XDS_AUTH", true,
    		"If true, will authenticate XDS clients.").Get()
    
    	EnableXDSIdentityCheck = env.Register(
    		"PILOT_ENABLE_XDS_IDENTITY_CHECK",
    		true,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sat Jan 13 03:50:59 UTC 2024
    - 3.1K bytes
    - Viewed (0)
Back to top