Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 130 for chains (0.18 sec)

  1. security/pkg/nodeagent/test/mock/caserver.go

    	reject = s.rejectCSR
    	s.faultInjectLock.Unlock()
    	return reject
    }
    
    // SendEmptyCert force CA server send empty cert chain.
    func (s *CAServer) SendEmptyCert() {
    	s.faultInjectLock.Lock()
    	s.emptyCert = true
    	s.faultInjectLock.Unlock()
    	caServerLog.Info("force CA server to send empty cert chain")
    }
    
    func (s *CAServer) sendEmpty() bool {
    	var empty bool
    	s.faultInjectLock.Lock()
    	empty = s.emptyCert
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 23 21:07:03 UTC 2024
    - 5.9K bytes
    - Viewed (0)
  2. tests/integration/security/cacert_rotation/main_test.go

    				"ca-cert-alt.pem", "ca-key-alt.pem",
    				"cert-chain-alt.pem", "root-cert-combined-2.pem"); err != nil {
    				t.Errorf("failed to update CA secret: %v", err)
    			}
    
    			lastUpdateTime = waitForWorkloadCertUpdate(t, from[0], istioCtl, lastUpdateTime)
    
    			// step 3: Remove the old root cert
    			if err := cert.CreateCustomCASecret(t,
    				"ca-cert-alt.pem", "ca-key-alt.pem",
    				"cert-chain-alt.pem", "root-cert-alt.pem"); err != nil {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Apr 08 22:02:59 UTC 2024
    - 6.6K bytes
    - Viewed (0)
  3. tests/integration/security/ca_custom_root/secure_naming_test.go

    					}
    				})
    			}
    		})
    }
    
    func verifyCertificatesWithPluginCA(t framework.TestContext, certs []string) {
    	// Verify that the certificate chain length is as expected
    	if len(certs) != exampleCertChainLength {
    		t.Errorf("expect %v certs in the cert chain but getting %v certs",
    			exampleCertChainLength, len(certs))
    		return
    	}
    	var rootCert []byte
    	var err error
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Apr 08 22:02:59 UTC 2024
    - 7.5K bytes
    - Viewed (0)
  4. platforms/core-configuration/declarative-dsl-core/src/main/kotlin/org/gradle/internal/declarativedsl/analysis/PropertyAccessResolver.kt

                    onProperty(ObjectOrigin.PropertyReference(receiverOrigin, property, propertyAccess))
                }
            }
    
            propertyAccess.asChainOrNull()?.let { chain ->
                schema.externalObjectsByFqName[chain.asFqName()]?.let { externalObject ->
                    onExternalObject(ObjectOrigin.External(externalObject, propertyAccess))
                }
            }
        }
    
        private
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 14 10:08:01 UTC 2024
    - 8.7K bytes
    - Viewed (0)
  5. pkg/test/framework/components/echo/kube/templates/deployment.yaml

              - --bind-localhost={{ $p.Port }}
    {{- end }}
    {{- end }}
              - --version={{ $subset.Version }}
              - --istio-version={{ $version }}
    {{- if $.TLSSettings }}
              - --crt=/etc/certs/custom/cert-chain.pem
              - --key=/etc/certs/custom/key.pem
    {{- if $.TLSSettings.AcceptAnyALPN}}
              - --disable-alpn
    {{- end }}
    {{- else }}
              - --crt=/cert.crt
              - --key=/cert.key
    {{- end }}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 02 21:29:40 UTC 2024
    - 6.1K bytes
    - Viewed (0)
  6. manifests/charts/istio-cni/templates/configmap-cni.yaml

      {{- end }}
      CNI_NET_DIR: {{ .Values.cni.cniConfDir | default "/etc/cni/net.d" }}
      CHAINED_CNI_PLUGIN: {{ .Values.cni.chained | quote }}
      EXCLUDED_NAMESPACES: "{{ range $idx, $ns := .Values.cni.excludeNamespaces }}{{ if $idx }},{{ end }}{{ $ns }}{{ end }}"
      REPAIR_ENABLED: {{ .Values.cni.chained | quote }}
      REPAIR_LABEL_PODS: {{ .Values.cni.repair.labelPods | quote }}
      REPAIR_DELETE_PODS: {{ .Values.cni.repair.deletePods | quote }}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 28 16:52:25 UTC 2024
    - 1.6K bytes
    - Viewed (0)
  7. platforms/core-runtime/stdlib-java-extensions/src/main/java/org/gradle/internal/exceptions/Contextual.java

     * exception which might help the user determine what the failed operation was, or where it took place. Generally, this
     * annotation is only attached to exceptions which chain lower-level exceptions.
     */
    @Retention(RetentionPolicy.RUNTIME)
    @Target(ElementType.TYPE)
    @Inherited
    public @interface Contextual {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 10 14:28:48 UTC 2024
    - 1.3K bytes
    - Viewed (0)
  8. samples/tcp-echo/tcp-echo-ipv4.yaml

    spec:
      ipFamilyPolicy: SingleStack
      ipFamilies:
      - IPv4
      ports:
      - name: tcp
        port: 9000
      - name: tcp-other
        port: 9001
      # Port 9002 is omitted intentionally for testing the pass through filter chain.
      selector:
        app: tcp-echo
    ---
    apiVersion: apps/v1
    kind: Deployment
    metadata:
      name: tcp-echo
    spec:
      replicas: 1
      selector:
        matchLabels:
          app: tcp-echo
          version: v1
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 28 17:35:19 UTC 2024
    - 1.6K bytes
    - Viewed (0)
  9. cluster/addons/ip-masq-agent/ip-masq-agent.yaml

          serviceAccountName: ip-masq-agent
          hostNetwork: true
          containers:
          - name: ip-masq-agent
            image: registry.k8s.io/networking/ip-masq-agent-amd64:v2.6.1
            args:
              - --masq-chain=IP-MASQ
              - --nomasq-all-reserved-ranges
            resources:
              requests:
                cpu: 10m
                memory: 16Mi
            securityContext:
              privileged: true
            volumeMounts:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 30 04:14:02 UTC 2024
    - 1.7K bytes
    - Viewed (0)
  10. analysis/analysis-api/src/org/jetbrains/kotlin/analysis/api/components/KtSubstitutorProvider.kt

         * so it can be called on an instance of [subClass].
         *
         * Basically, it's a composition of inheritance-based substitutions for all the inheritance chain.
         *
         * On the following code:
         * ```
         * class A : B<String>
         * class B<T> : C<T, Int>
         * class C<X, Y>
         * ```
         *
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Wed May 22 06:28:35 UTC 2024
    - 2.2K bytes
    - Viewed (0)
Back to top