Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 42 of 42 for DiscoveryAddress (0.16 sec)

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

    	caProviderEnv = env.Register("CA_PROVIDER", "Citadel", "name of authentication provider").Get()
    	caEndpointEnv = env.Register("CA_ADDR", "", "Address of the spiffe certificate provider. Defaults to discoveryAddress").Get()
    
    	trustDomainEnv = env.Register("TRUST_DOMAIN", "cluster.local",
    		"The trust domain for spiffe certificates").Get()
    
    	secretTTLEnv = env.Register("SECRET_TTL", 24*time.Hour,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Jan 09 19:21:50 UTC 2024
    - 8.1K bytes
    - Viewed (0)
  2. architecture/security/istio-agent.md

    a new one will be generated on demand.
    
    ## Configuration
    
    | Variable | Description |
    | - | - |
    |CA_ADDR|Address of CA, defaults to discoveryAddress|
    |CA_PROVIDER|Type of CA; supported values are GoogleCA or Citadel (although anything but GoogleCA will use Citadel); defaults to Citadel|
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Aug 22 16:45:50 UTC 2023
    - 7.2K bytes
    - Viewed (0)
Back to top