istio.io/istio@v0.0.0-20240520182934-d79c90f27776/pilot/pkg/networking/grpcgen/testdata/xds_bootstrap.json (about) 1 { 2 "xds_servers": [ 3 { 4 "server_uri": "localhost:14057", 5 "channel_creds": [{"type": "insecure"}], 6 "server_features" : ["xds_v3"] 7 } 8 ], 9 "node": { 10 "id": "sidecar~127.0.1.1~echo.test~cluster.local", 11 "metadata": { 12 "INSTANCE_IPS": "127.0.1.1", 13 "PILOT_SAN": [ 14 "istiod.istio-system.svc" 15 ], 16 "GENERATOR": "grpc", 17 "NAMESPACE": "test" 18 }, 19 "localisty": {}, 20 "UserAgentVersionType": "istiov1" 21 }, 22 "certificate_providers": { 23 "default": { 24 "plugin_name": "file_watcher", 25 "config": { 26 "certificate_file": "../../../../tests/testdata/certs/default/cert-chain.pem", 27 "private_key_file": "../../../../tests/testdata/certs/default/key.pem", 28 "ca_certificate_file": "../../../../tests/testdata/certs/default/root-cert.pem", 29 "refresh_interval": "900s" 30 } 31 } 32 }, 33 "server_listener_resource_name_template": "xds.istio.io/grpc/lds/inbound/%s" 34 }