- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for CA_ADDR (0.05 sec)
-
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: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Thu Jul 18 23:11:18 UTC 2024 - 7.2K bytes - Viewed (0) -
istioctl/pkg/workload/workload.go
"ISTIO_SERVICE_CIDR": "*", "ISTIO_LOCAL_EXCLUDE_PORTS": excludePorts, "SERVICE_ACCOUNT": we.ServiceAccount, } if isRevisioned(revision) { overrides["CA_ADDR"] = IstiodAddr(istioNamespace, revision) } if len(internalIP) > 0 { overrides["ISTIO_SVC_IP"] = internalIP } else if len(externalIP) > 0 { overrides["ISTIO_SVC_IP"] = externalIP
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Thu Aug 15 16:31:46 UTC 2024 - 25.3K bytes - Viewed (0)