Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 7 of 7 for Signing (0.69 sec)

  1. testing/architecture-test/src/changes/archunit-store/public-api-mutable-properties.txt

    Method <org.gradle.plugins.signing.SignOperation.getDisplayName()> does not have raw return type assignable to org.gradle.api.provider.Provider in (SignOperation.java:0)
    Method <org.gradle.plugins.signing.SignOperation.getSignatory()> does not have raw return type assignable to org.gradle.api.provider.Property in (SignOperation.java:0)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 22:42:49 UTC 2024
    - 160.5K bytes
    - Viewed (0)
  2. cluster/gce/util.sh

        ./easyrsa build-client-full kube-apiserver nopass
    
        kube::util::ensure-cfssl "${KUBE_TEMP}/cfssl"
    
        # make the config for the signer
        echo '{"signing":{"default":{"expiry":"43800h","usages":["signing","key encipherment","client auth"]}}}' > "ca-config.json"
        # create the kubelet client cert with the correct groups
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 21:47:17 UTC 2024
    - 161.6K bytes
    - Viewed (0)
  3. cluster/gce/gci/configure-helper.sh

      fi
      if [[ -n "${CLUSTER_IP_RANGE:-}" ]]; then
        params+=("--cluster-cidr=${CLUSTER_IP_RANGE}")
      fi
      if [[ -n "${CA_KEY:-}" ]]; then
        params+=("--cluster-signing-cert-file=${CA_CERT_PATH}")
        params+=("--cluster-signing-key-file=${CA_KEY_PATH}")
      fi
      if [[ -n "${SERVICE_CLUSTER_IP_RANGE:-}" ]]; then
        params+=("--service-cluster-ip-range=${SERVICE_CLUSTER_IP_RANGE}")
      fi
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jun 10 22:07:47 UTC 2024
    - 141.1K bytes
    - Viewed (0)
  4. cmd/server_test.go

    	c.Assert(err, nil)
    	response, err = s.client.Do(request)
    	c.Assert(err, nil)
    	verifyError(c, response, "SignatureDoesNotMatch", "The request signature we calculated does not match the signature you provided. Check your key and signing method.", http.StatusForbidden)
    }
    
    // This tests validate if PUT handler can successfully detect SHA256 mismatch.
    func (s *TestSuiteCommon) TestSHA256Mismatch(c *check) {
    	// generate a random bucket name.
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 24 23:05:23 UTC 2024
    - 115.3K bytes
    - Viewed (0)
  5. cmd/object-handlers_test.go

    		uploadTestObject(t, apiRouter, credentials, bucketName, input.objectName, input.partLengths, input.metaData, false)
    	}
    
    	// function type for creating signed requests - used to repeat
    	// requests with V2 and V4 signing.
    	type testSignedReqFn func(method, urlStr string, contentLength int64,
    		body io.ReadSeeker, accessKey, secretKey string, metamap map[string]string) (*http.Request,
    		error)
    
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon Jun 10 15:50:49 UTC 2024
    - 161.9K bytes
    - Viewed (0)
  6. src/crypto/x509/x509_test.go

    				75:21
    	X509v3 extensions:
    		X509v3 Key Usage: critical
    			Digital Signature, Certificate Sign, CRL Sign
    		X509v3 Extended Key Usage:
    			TLS Web Client Authentication, TLS Web Server Authentication, OCSP Signing
    		X509v3 Basic Constraints: critical
    			CA:TRUE
    		X509v3 Subject Key Identifier:
    			B7:17:DA:16:EA:C5:ED:1F:18:49:44:D3:D2:E3:A0:35:0A:81:93:60
    		X509v3 Authority Key Identifier:
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 21:00:16 UTC 2024
    - 163.4K bytes
    - Viewed (0)
  7. src/reflect/all_test.go

    			shouldPanic: true, // overflow in total size
    			fields: []StructField{
    				{Name: "F1", Type: bigType},
    				{Name: "F2", Type: ArrayOf(3, t1)},
    			},
    		},
    		{
    			shouldPanic: true, // overflow while aligning F2
    			fields: []StructField{
    				{Name: "F1", Type: bigType},
    				{Name: "F2", Type: t4},
    			},
    		},
    		{
    			shouldPanic: true, // overflow while adding trailing byte for zero-sized fields
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 218.8K bytes
    - Viewed (0)
Back to top