Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for PILOT_SAN (0.12 sec)

  1. pilot/pkg/networking/grpcgen/testdata/xds_bootstrap.json

          "server_features" : ["xds_v3"]
        }
      ],
      "node": {
        "id": "sidecar~127.0.1.1~echo.test~cluster.local",
        "metadata": {
          "INSTANCE_IPS": "127.0.1.1",
          "PILOT_SAN": [
            "istiod.istio-system.svc"
          ],
          "GENERATOR": "grpc",
          "NAMESPACE": "test"
        },
        "localisty": {},
        "UserAgentVersionType": "istiov1"
      },
      "certificate_providers": {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Mar 08 18:48:42 UTC 2022
    - 961 bytes
    - Viewed (0)
  2. 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)
  3. 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