istio.io/istio@v0.0.0-20240520182934-d79c90f27776/pkg/istio-agent/testdata/grpc-bootstrap.json (about) 1 { 2 "xds_servers": [ 3 { 4 "server_uri": "unix:///etc/istio/XDS", 5 "channel_creds": [ 6 { 7 "type": "insecure" 8 } 9 ], 10 "server_features": [ 11 "xds_v3" 12 ] 13 } 14 ], 15 "node": { 16 "id": "sidecar~127.0.0.1~pod1.fake-namespace~fake-namespace.svc.cluster.local", 17 "metadata": { 18 "GENERATOR": "grpc", 19 "INSTANCE_IPS": "127.0.0.1", 20 "ISTIO_VERSION": "version", 21 "PILOT_SAN": [ 22 "istiod.istio-system.svc" 23 ] 24 }, 25 "locality": {}, 26 "UserAgentVersionType": null 27 }, 28 "certificate_providers": { 29 "default": { 30 "plugin_name": "file_watcher", 31 "config": { 32 "certificate_file": "/cert/path/cert-chain.pem", 33 "private_key_file": "/cert/path/key.pem", 34 "ca_certificate_file": "/cert/path/root-cert.pem", 35 "refresh_interval": "900s" 36 } 37 } 38 }, 39 "server_listener_resource_name_template": "xds.istio.io/grpc/lds/inbound/%s" 40 }