Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for PILOT_SAN (0.15 sec)

  1. pkg/istio-agent/testdata/grpc-bootstrap.json

      "node": {
        "id": "sidecar~127.0.0.1~pod1.fake-namespace~fake-namespace.svc.cluster.local",
        "metadata": {
          "GENERATOR": "grpc",
          "INSTANCE_IPS": "127.0.0.1",
          "ISTIO_VERSION": "version",
          "PILOT_SAN": [
            "istiod.istio-system.svc"
          ]
        },
        "locality": {},
        "UserAgentVersionType": null
      },
      "certificate_providers": {
        "default": {
          "plugin_name": "file_watcher",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Feb 27 16:55:16 UTC 2024
    - 957 bytes
    - Viewed (0)
  2. pkg/bootstrap/option/instances.go

    )
    
    func ProxyConfig(value *model.NodeMetaProxyConfig) Instance {
    	return newOption("config", value)
    }
    
    func PilotSubjectAltName(value []string) Instance {
    	return newOption("pilot_SAN", value).withConvert(sanConverter(value))
    }
    
    func ConnectTimeout(value *durationpb.Duration) Instance {
    	return newDurationOption("connect_timeout", value)
    }
    
    func Cluster(value string) Instance {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 14 17:02:38 UTC 2024
    - 9K bytes
    - Viewed (0)
Back to top