Search Options

Results per page
Sort
Preferred Languages
Advance

Results 111 - 120 of 248 for It (0.08 sec)

  1. pilot/pkg/networking/core/cluster_tls.go

    		if cb.isHttp2Cluster(c) {
    			// This is HTTP/2 in-mesh cluster, advertise it with ALPN.
    			if features.MetadataExchange && !features.DisableMxALPN {
    				tlsContext.CommonTlsContext.AlpnProtocols = util.ALPNInMeshH2WithMxc
    			} else {
    				tlsContext.CommonTlsContext.AlpnProtocols = util.ALPNInMeshH2
    			}
    		} else {
    			// This is in-mesh cluster, advertise it with ALPN.
    			if features.MetadataExchange && !features.DisableMxALPN {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Apr 18 19:09:43 UTC 2024
    - 19.2K bytes
    - Viewed (0)
  2. pilot/pkg/bootstrap/istio_ca.go

    			return err
    		}
    	}
    	return nil
    }
    
    // handleEvent handles the events on cacerts related files.
    // If create/write(modified) event occurs, then it verifies that
    // newly introduced cacerts are intermediate CA which is generated
    // from cuurent root-cert.pem. Then it updates and keycertbundle
    // and generates new dns certs.
    func handleEvent(s *Server) {
    	log.Info("Update Istiod cacerts")
    
    	var newCABundle []byte
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 17:48:28 UTC 2024
    - 20.6K bytes
    - Viewed (0)
  3. pilot/pkg/networking/core/cluster.go

    		// WatchedResources.ResourceNames will contain the names of the clusters it is subscribed to. We can
    		// check with the name of our service (cluster names are in the format outbound|<port>|<subset>|<hostname>).
    		dir, subset, svcHost, port := model.ParseSubsetKey(cluster)
    		// Inbound clusters don't have svchost in its format. So don't add it to serviceClusters.
    		if dir == model.TrafficDirectionInbound {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 33K bytes
    - Viewed (0)
  4. pilot/pkg/serviceregistry/kube/controller/ambient/authorization.go

    	// so we can exit early and have the WorkloadRbac xDS server push its static strict policy.
    	// Note that this doesn't actually attach the policy to any workload; it just makes it available
    	// to ztunnel in case a workload needs it.
    	foundNonStrictPortmTLS := false
    	for port, mtls := range pa.PortLevelMtls {
    		switch portMtlsMode := mtls.GetMode(); {
    		case portMtlsMode == v1beta1.PeerAuthentication_MutualTLS_STRICT:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Apr 15 16:23:36 UTC 2024
    - 18.4K bytes
    - Viewed (0)
  5. tests/integration/telemetry/api/wasmplugin_test.go

    		})
    }
    
    // TestBadWasmWithFailOpen is basically the same with TestBadWasmRemoteLoad except
    // it tests with "fail_open = true". To test the fail_open, the target pod is restarted
    // after applying the Wasm filter.
    // At this moment, there is no "fail_open" option in WasmPlugin API. So, we test it using
    // EnvoyFilter. When WasmPlugin has a "fail_open" option in the API plane, we need to change
    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. common-protos/k8s.io/api/flowcontrol/v1beta1/generated.proto

    // of verbs matches the request and (b) at least one member of nonResourceURLs matches the request.
    message NonResourcePolicyRule {
      // `verbs` is a list of matching verbs and may not be empty.
      // "*" matches all verbs. If it is present, it must be the only entry.
      // +listType=set
      // Required.
      repeated string verbs = 1;
    
      // `nonResourceURLs` is a set of url prefixes that a user should have access to and may not be empty.
      // For example:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 19.4K bytes
    - Viewed (0)
  7. pkg/config/analysis/local/istiod_analyze.go

    	}
    
    	sa.meshNetworks = mn
    	return nil
    }
    
    // AddSourceForCluster adds a source based on user supplied configstore to the current IstiodAnalyzer with cluster specified.
    // It functions like the same as AddSource, but it adds the source to the specified cluster.
    func (sa *IstiodAnalyzer) AddSourceForCluster(src model.ConfigStoreController, clusterName cluster.ID) {
    	sa.multiClusterStores[clusterName] = src
    }
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Apr 02 21:06:13 UTC 2024
    - 21.6K bytes
    - Viewed (0)
  8. pkg/config/model.go

    	if !f {
    		// This is a global object, and always included
    		return true
    	}
    	// If the revision is empty, this means we don't specify a revision, and
    	// we should always include it
    	if rev == "" {
    		return true
    	}
    	// Otherwise, only return true if revisions equal
    	return configEnv == rev
    }
    
    func ObjectInRevision(o *Config, rev string) bool {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 29 15:31:09 UTC 2024
    - 12.6K bytes
    - Viewed (0)
  9. pilot/pkg/config/kube/ingress/controller.go

    //
    // The sync of Ingress objects to IP is done by status.go
    // the 'ingress service' name is used to get the IP of the Service
    // If ingress service is empty, it falls back to NodeExternalIP list, selected using the labels.
    // This is using 'namespace' of pilot - but seems to be broken (never worked), since it uses Pilot's pod labels
    // instead of the ingress labels.
    
    // Follows mesh.IngressControllerMode setting to enable - OFF|STRICT|DEFAULT.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon May 06 03:53:05 UTC 2024
    - 11.9K bytes
    - Viewed (0)
  10. pilot/pkg/model/config.go

    // Statically link protobuf descriptors from UDPA
    var _ = udpa.TypedStruct{}
    
    type ConfigHash uint64
    
    // ConfigKey describe a specific config item.
    // In most cases, the name is the config's name. However, for ServiceEntry it is service's FQDN.
    type ConfigKey struct {
    	Kind      kind.Kind
    	Name      string
    	Namespace string
    }
    
    func (key ConfigKey) HashCode() ConfigHash {
    	h := hash.New()
    	h.Write([]byte{byte(key.Kind)})
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Feb 28 08:51:03 UTC 2024
    - 13.1K bytes
    - Viewed (0)
Back to top