Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 2,464 for nack (0.12 sec)

  1. pkg/wasm/convert.go

    						return
    					}
    					// Use NOOP filter because the download failed.
    					newExtensionConfig, err = createHTTPAllowAllFilter(extConfig.GetName())
    					if err != nil {
    						// If the fallback is failing, send the Nack regardless of fail_open.
    						err = fmt.Errorf("failed to create allow-all filter as a fallback of %s Wasm Module: %w", extConfig.GetName(), err)
    						convertErrs[i] = err
    						return
    					}
    				}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Apr 17 20:06:41 UTC 2024
    - 13.3K bytes
    - Viewed (0)
  2. pilot/pkg/networking/core/match/match.go

    		// that fallback may be an empty map, so we re-queue onMatch in case it still needs fixing
    		onMatch.OnMatch = fallback.OnMatch
    		return []*matcher.Matcher_OnMatch{onMatch} // the inner mapper is gone
    	}
    
    	// envoy will nack this eventually
    	log.Warnf("empty mapper %v with no fallback", innerMapper.Matcher)
    	return innerMapper.allOnMatches()
    }
    
    func (m Mapper) allOnMatches() []*matcher.Matcher_OnMatch {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Mar 28 17:09:02 UTC 2024
    - 6.2K bytes
    - Viewed (0)
  3. security/pkg/nodeagent/sds/sdsservice_test.go

    		s.Verify(res, expectCert)
    		c.Request(t, &discovery.DiscoveryRequest{
    			ResourceNames: nil,
    			ResponseNonce: res.Nonce,
    			VersionInfo:   res.VersionInfo,
    		})
    		c.ExpectNoResponse(t)
    	})
    	t.Run("nack", func(t *testing.T) {
    		s := setupSDS(t)
    		c := s.Connect()
    		c.RequestResponseNack(t, &discovery.DiscoveryRequest{ResourceNames: []string{testResourceName}})
    		c.ExpectNoResponse(t)
    	})
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 17 20:12:58 UTC 2024
    - 11.6K bytes
    - Viewed (0)
  4. pkg/istio-agent/xds_proxy.go

    				var errorResp *google_rpc.Status
    				if err != nil {
    					errorResp = &google_rpc.Status{
    						Code:    int32(codes.Internal),
    						Message: err.Error(),
    					}
    				}
    				// Send ACK/NACK
    				con.sendRequest(&discovery.DiscoveryRequest{
    					VersionInfo:   resp.VersionInfo,
    					TypeUrl:       resp.TypeUrl,
    					ResponseNonce: resp.Nonce,
    					ErrorDetail:   errorResp,
    				})
    				continue
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 16 22:12:28 UTC 2024
    - 27.9K bytes
    - Viewed (0)
  5. tests/integration/telemetry/api/wasmplugin_test.go

    // Wasm filter which has a bad URL link, which will result as module download failure. After that,
    // verifies that echo ping could still work. The test also verifies that metrics are properly
    // recorded for module downloading failure and nack on ECDS update.
    func TestBadWasmRemoteLoad(t *testing.T) {
    	framework.NewTest(t).
    		Run(func(t framework.TestContext) {
    			// Enable logging for debugging
    			applyTelemetryResource(t, true)
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Apr 08 22:02:59 UTC 2024
    - 14.4K bytes
    - Viewed (0)
  6. pilot/pkg/networking/grpcgen/lds.go

    						PortValue: uint32(listenPort),
    					},
    				},
    			}},
    			FilterChains: buildInboundFilterChains(node, push, si, mtlsPolicy),
    			// the following must not be set or the client will NACK
    			ListenerFilters: nil,
    			UseOriginalDst:  nil,
    		}
    		// add extra addresses for the listener
    		extrAddresses := si.Service.GetExtraAddressesForProxy(node)
    		if len(extrAddresses) > 0 {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Apr 17 22:20:44 UTC 2024
    - 14.6K bytes
    - Viewed (0)
  7. pkg/xds/server.go

    			log.Infof("ADS: %q %s terminated with stream closed", con.peerAddr, con.conID)
    			return
    		}
    	}
    }
    
    // ShouldRespond determines whether this request needs to be responded back. It applies the ack/nack rules as per xds protocol
    // using WatchedResource for previous state and discovery request for the current state.
    func ShouldRespond(w Watcher, id string, request *discovery.DiscoveryRequest) (bool, ResourceDelta) {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon May 13 20:55:20 UTC 2024
    - 16.3K bytes
    - Viewed (0)
  8. pilot/pkg/xds/delta.go

    		return s.pushDeltaXds(con, dwr, request)
    	}
    	return nil
    }
    
    // shouldRespondDelta determines whether this request needs to be responded back. It applies the ack/nack rules as per xds protocol
    // using WatchedResource for previous state and discovery request for the current state.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jun 14 04:34:37 UTC 2024
    - 25.6K bytes
    - Viewed (0)
  9. pilot/pkg/networking/core/gateway_simulation_test.go

    				createGateway("", "default", tlsServer),
    			calls: []simulation.Expect{
    				{
    					// TODO(https://github.com/istio/istio/issues/24638) This is a bug!
    					// We should not have multiple matches, envoy will NACK this
    					Name:   "call",
    					Call:   simulation.Call{Port: 443, Protocol: simulation.HTTP, TLS: simulation.TLS, HostHeader: "foo.bar"},
    					Result: simulation.Result{Error: simulation.ErrMultipleFilterChain},
    				},
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Apr 10 18:27:40 UTC 2024
    - 46.5K bytes
    - Viewed (0)
  10. src/cmd/distpack/pack.go

    	srcArch.AddPrefix("go")
    	testSrc(srcArch)
    
    	// The binary distribution includes only a subset of bin and pkg.
    	binArch := base.Clone()
    	binArch.Filter(func(name string) bool {
    		// Discard bin/ for now, will add back later.
    		if strings.HasPrefix(name, "bin/") {
    			return false
    		}
    		// Discard most of pkg.
    		if strings.HasPrefix(name, "pkg/") {
    			// Keep pkg/include.
    			if strings.HasPrefix(name, "pkg/include/") {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 14 19:41:17 UTC 2024
    - 10.9K bytes
    - Viewed (0)
Back to top