Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 16 for isUser (0.17 sec)

  1. src/crypto/x509/verify_test.go

    	}
    
    	intermediatePool := NewCertPool()
    	var leaf *Certificate
    	for _, e := range d.Graph {
    		issuerCert, ok := certs[e.Issuer]
    		if !ok {
    			t.Fatalf("unknown issuer %s", e.Issuer)
    		}
    		issuerKey, ok := keys[e.Issuer]
    		if !ok {
    			t.Fatalf("unknown issuer %s", e.Issuer)
    		}
    
    		k, ok := keys[e.Subject]
    		if !ok {
    			var err error
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 110.2K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apiserver/plugin/pkg/authenticator/token/oidc/oidc_test.go

    	}
    	c.claims = replace(c.claims, &v)
    	c.openIDConfig = replace(c.openIDConfig, &v)
    	c.options.JWTAuthenticator.Issuer.URL = replace(c.options.JWTAuthenticator.Issuer.URL, &v)
    	c.options.JWTAuthenticator.Issuer.DiscoveryURL = replace(c.options.JWTAuthenticator.Issuer.DiscoveryURL, &v)
    	for claim, response := range c.claimToResponseMap {
    		c.claimToResponseMap[claim] = replace(response, &v)
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 97.7K bytes
    - Viewed (0)
  3. src/crypto/x509/x509_test.go

    			expectedError: "x509: issuer can not be nil",
    		},
    		{
    			name: "issuer doesn't have crlSign key usage bit set",
    			key:  ec256Priv,
    			issuer: &Certificate{
    				KeyUsage: KeyUsageCertSign,
    			},
    			template:      &RevocationList{},
    			expectedError: "x509: issuer must have the crlSign key usage bit set",
    		},
    		{
    			name: "issuer missing SubjectKeyId",
    			key:  ec256Priv,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 21:00:16 UTC 2024
    - 163.4K bytes
    - Viewed (0)
  4. operator/cmd/mesh/testdata/manifest-generate/output/pilot_default.golden.yaml

            {{- define "resources"  }}
              {{- if or (isset .ObjectMeta.Annotations `sidecar.istio.io/proxyCPU`) (isset .ObjectMeta.Annotations `sidecar.istio.io/proxyMemory`) (isset .ObjectMeta.Annotations `sidecar.istio.io/proxyCPULimit`) (isset .ObjectMeta.Annotations `sidecar.istio.io/proxyMemoryLimit`) }}
                {{- if or (isset .ObjectMeta.Annotations `sidecar.istio.io/proxyCPU`) (isset .ObjectMeta.Annotations `sidecar.istio.io/proxyMemory`) }}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 102.6K bytes
    - Viewed (0)
  5. pkg/config/validation/validation_test.go

    				JwtRules: []*security_beta.JWTRule{
    					{},
    				},
    			},
    			valid: false,
    		},
    		{
    			name:       "empty issuer",
    			configName: "foo",
    			in: &security_beta.RequestAuthentication{
    				JwtRules: []*security_beta.JWTRule{
    					{
    						Issuer: "",
    					},
    				},
    			},
    			valid: false,
    		},
    		{
    			name:       "bad JwksUri - no protocol",
    			configName: "foo",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Apr 30 03:11:45 UTC 2024
    - 196K bytes
    - Viewed (0)
  6. cmd/bucket-replication.go

    	meta := make(map[string]string)
    	isSSEC := crypto.SSEC.IsEncrypted(objInfo.UserDefined)
    
    	for k, v := range objInfo.UserDefined {
    		// In case of SSE-C objects copy the allowed internal headers as well
    		if !isSSEC || !slices.Contains(maps.Keys(validSSEReplicationHeaders), k) {
    			if stringsHasPrefixFold(k, ReservedMetadataPrefixLower) {
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Jun 13 06:56:12 UTC 2024
    - 114.4K bytes
    - Viewed (0)
  7. operator/cmd/mesh/testdata/manifest-generate/data-snapshot.tar.gz

    control/istio-discovery/files/grpc-agent.yaml {{- define "resources" }} {{- if or (isset .ObjectMeta.Annotations `sidecar.istio.io/proxyCPU`) (isset .ObjectMeta.Annotations `sidecar.istio.io/proxyMemory`) (isset .ObjectMeta.Annotations `sidecar.istio.io/proxyCPULimit`) (isset .ObjectMeta.Annotations `sidecar.istio.io/proxyMemoryLimit`) }} {{- if or (isset .ObjectMeta.Annotations `sidecar.istio.io/proxyCPU`) (isset .ObjectMeta.Annotations `sidecar.istio.io/proxyMemory`) }} requests: {{ if (isset ...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 198.1K bytes
    - Viewed (0)
  8. tests/integration/pilot/common/routing.go

    apiVersion: security.istio.io/v1beta1
    kind: RequestAuthentication
    metadata:
      name: default
      namespace: {{.SystemNamespace | default "istio-system"}}
    spec:
      jwtRules:
      - issuer: "test-issuer******@****.***"
        jwksUri: "https://raw.githubusercontent.com/istio/istio/master/tests/common/jwt/jwks.json"
        outputClaimToHeaders:
        - header: "x-jwt-nested-key"
          claim: "nested.nested-2.key2"
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 08 21:52:51 UTC 2024
    - 135.9K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/tensorflow/ir/tf_ops_n_z.cc

        if (ellipsis_seen && IsSet(sparse.new_axis_mask, sparse_index))
          num_new_axis_after_ellipsis++;
        if (IsSet(sparse.ellipsis_mask, sparse_index)) ellipsis_seen = true;
      }
    
      int dense_index = 0;
      for (int sparse_index = 0; sparse_index < sparse.dims; ++sparse_index) {
        if (IsSet(sparse.new_axis_mask, sparse_index)) continue;
        if (IsSet(sparse.ellipsis_mask, sparse_index)) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 09 22:07:10 UTC 2024
    - 170.8K bytes
    - Viewed (0)
  10. src/cmd/vendor/golang.org/x/sys/windows/types_windows.go

    	Descr           [MAXLEN_IFDESCR]byte
    }
    
    type CertInfo struct {
    	Version              uint32
    	SerialNumber         CryptIntegerBlob
    	SignatureAlgorithm   CryptAlgorithmIdentifier
    	Issuer               CertNameBlob
    	NotBefore            Filetime
    	NotAfter             Filetime
    	Subject              CertNameBlob
    	SubjectPublicKeyInfo CertPublicKeyInfo
    	IssuerUniqueId       CryptBitBlob
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 05 22:18:42 UTC 2024
    - 104.1K bytes
    - Viewed (0)
Back to top