Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 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)
  2. tests/integration/security/file_mounted_certs/main_test.go

          #    no identities ([spiffe://cluster.local/ns/mounted-certs/sa/client client.mounted-certs.svc]) matched istio-fd-sds-1-4523/default
          XDS_AUTH: "false"
    `
    
    	cfg.EastWestGatewayValues = `
    components:
      ingressGateways:
      - enabled: true
        name: istio-eastwestgateway
        label:
          istio: eastwestgateway
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 02 21:29:40 UTC 2024
    - 13.4K bytes
    - Viewed (0)
Back to top