Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for XDS_AUTH_PROVIDER (1 sec)

  1. pilot/cmd/pilot-agent/options/options.go

    	clusterIDVar      = env.Register("ISTIO_META_CLUSTER_ID", "", "")
    	// Provider for XDS auth, e.g., gcp. By default, it is empty, meaning no auth provider.
    	xdsAuthProvider = env.Register("XDS_AUTH_PROVIDER", "", "Provider for XDS auth")
    
    	jwtPolicy = env.Register("JWT_POLICY", jwt.PolicyThirdParty,
    		"The JWT validation policy.")
    	// ProvCert is the environment controlling the use of pre-provisioned certs, for VMs.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Jan 09 19:21:50 UTC 2024
    - 8.1K bytes
    - Viewed (0)
Back to top