Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for StatPrefix (0.24 sec)

  1. pilot/pkg/security/authz/builder/testdata/tcp/custom-both-http-tcp-out2.yaml

            prefix: istio-ext-authz
      grpcService:
        envoyGrpc:
          authority: my-custom-ext-authz.foo.svc.cluster.local
          clusterName: outbound|9000||my-custom-ext-authz.foo.svc.cluster.local
        timeout: 0.002s
      statPrefix: tcp.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Aug 07 15:18:13 UTC 2023
    - 582 bytes
    - Viewed (0)
  2. pilot/pkg/security/authz/builder/testdata/tcp/allow-both-http-tcp-out.yaml

                    ids:
                    - authenticated:
                        principalName:
                          safeRegex:
                            regex: .*/ns/ns-1/.*
      shadowRulesStatPrefix: istio_dry_run_allow_
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Oct 17 16:35:46 UTC 2023
    - 642 bytes
    - Viewed (0)
  3. tests/integration/pilot/forwardproxy/envoy_config_generator.go

    								TypedConfig: protoconv.MessageToAny(hcm),
    							},
    						},
    					},
    					TransportSocket: createTransportSocket(listenerSettings.TLSEnabled),
    				},
    			},
    			StatPrefix: fmt.Sprintf("http_forward_proxy_%d", listenerSettings.Port),
    		})
    	}
    	return protomarshal.ToYAML(bootstrap)
    }
    
    var dynamicForwardProxyCacheConfig = &envoy_common_dynamic_forward_proxy.DnsCacheConfig{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Jun 27 19:22:30 UTC 2023
    - 8.8K bytes
    - Viewed (0)
  4. pilot/pkg/security/authz/builder/testdata/tcp/audit-both-http-tcp-out.yaml

                      ids:
                      - authenticated:
                          principalName:
                            exact: spiffe://not-principal
      shadowRulesStatPrefix: istio_dry_run_allow_
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Oct 17 16:35:46 UTC 2023
    - 4.8K bytes
    - Viewed (0)
  5. pilot/pkg/model/envoyfilter_test.go

    					},
    				},
    				{ // valid http route patch
    					Patch: &networking.EnvoyFilter_Patch{
    						Operation: networking.EnvoyFilter_Patch_MERGE,
    						Value:     buildPatchStruct(`{"statPrefix": "bar"}`),
    					},
    					Match: &networking.EnvoyFilter_EnvoyConfigObjectMatch{
    						Proxy: &networking.EnvoyFilter_ProxyMatch{ProxyVersion: `foobar`},
    					},
    					ApplyTo: networking.EnvoyFilter_HTTP_ROUTE,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Dec 27 04:20:28 UTC 2023
    - 7.4K bytes
    - Viewed (0)
Back to top