Search Options

Results per page
Sort
Preferred Languages
Advance

Results 91 - 100 of 159 for Verifying (0.21 sec)

  1. staging/src/k8s.io/apiserver/plugin/pkg/authorizer/webhook/webhook.go

    //
    //	# clusters refers to the remote service.
    //	clusters:
    //	- name: name-of-remote-authz-service
    //	  cluster:
    //	    certificate-authority: /path/to/ca.pem      # CA for verifying the remote service.
    //	    server: https://authz.example.com/authorize # URL of remote service to query. Must use 'https'.
    //
    //	# users refers to the API server's webhook configuration.
    //	users:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Mar 04 19:01:15 UTC 2024
    - 18.4K bytes
    - Viewed (0)
  2. pkg/scheduler/apis/config/types.go

    	// resource when applying predicates.
    	IgnoredByScheduler bool
    }
    
    // ExtenderTLSConfig contains settings to enable TLS with extender
    type ExtenderTLSConfig struct {
    	// Server should be accessed without verifying the TLS certificate. For testing only.
    	Insecure bool
    	// ServerName is passed to the server for SNI and is used in the client to check server
    	// certificates against. If ServerName is empty, the hostname used to contact the
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jan 19 18:47:23 UTC 2024
    - 14.8K bytes
    - Viewed (0)
  3. staging/src/k8s.io/apimachinery/pkg/api/apitesting/roundtrip/compatibility.go

    	// Kinds is a list of fully qualified kinds to test.
    	// Complete() populates this with Scheme.AllKnownTypes() if unset.
    	Kinds []schema.GroupVersionKind
    
    	// FilledObjects is an optional set of pre-filled objects to use for verifying HEAD fixtures.
    	// Complete() populates this with the result of CompatibilityTestObject(Kinds[*], Scheme, FillFuncs) for any missing kinds.
    	// Objects must deterministically populate every field and be identical on every invocation.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Mar 08 16:38:32 UTC 2023
    - 17.8K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/tf2xla/internal/passes/clustering_passes.td

      let summary = "Verify that the Bridge output is correct and errors if verification fails.";
    
      let description = [{
        Verifies whether clustering has resulted in the expected invariants. These
        include verifying that clusters have been created and have been outside
        compiled, the result is device agnostic and in TF functional dialect &
        that the device attribute exists.
      }];
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Apr 30 02:01:13 UTC 2024
    - 19.8K bytes
    - Viewed (0)
  5. operator/cmd/mesh/testdata/manifest-generate/output/all_on.golden-show-in-gh-pull-request.yaml

                                        description: 'OPTIONAL: The path to the file containing
                                          certificate authority certificates to use in
                                          verifying a presented server certificate.'
                                        type: string
                                      clientCertificate:
                                        description: REQUIRED if mode is `MUTUAL`.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 506.8K bytes
    - Viewed (0)
  6. docs/en/docs/tutorial/security/oauth2-jwt.md

    Create a PassLib "context". This is what will be used to hash and verify passwords.
    
    !!! tip
        The PassLib context also has functionality to use different hashing algorithms, including deprecated old ones only to allow verifying them, etc.
    
        For example, you could use it to read and verify passwords generated by another system (like Django) but hash any new passwords with a different algorithm like Bcrypt.
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Mon May 20 17:37:28 UTC 2024
    - 12.7K bytes
    - Viewed (0)
  7. src/cmd/compile/internal/test/abiutils_test.go

            IN 3: R{ I5 } spilloffset: 24 typ: [1]int32
            offsetToSpillArea: 0 spillAreaSize: 32
    `)
    	abitest(t, ft, exp)
    
    	// Analyze with full set of registers, then call ComputePadding
    	// on the second param, verifying the results.
    	regRes := configAMD64.ABIAnalyze(ft, false)
    	padding := make([]uint64, 32)
    	parm := regRes.InParams()[1]
    	padding = parm.ComputePadding(padding)
    	want := "[1 1 1 0]"
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Oct 04 15:11:40 UTC 2023
    - 14.2K bytes
    - Viewed (0)
  8. platforms/jvm/language-java/src/integTest/groovy/org/gradle/api/tasks/compile/JavaCompileProblemsIntegrationTest.groovy

    import org.gradle.test.fixtures.file.TestFile
    import org.gradle.test.precondition.Requires
    import org.gradle.test.preconditions.IntegTestPreconditions
    import spock.lang.Issue
    
    /**
     * Test class verifying the integration between the {@code JavaCompile} and the {@code Problems} service.
     */
    class JavaCompileProblemsIntegrationTest extends AbstractIntegrationSpec implements JavaToolchainFixture {
    
        /**
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Jun 06 16:15:29 UTC 2024
    - 24K bytes
    - Viewed (0)
  9. staging/src/k8s.io/apiserver/pkg/server/options/authentication.go

    type ClientCertAuthenticationOptions struct {
    	// ClientCA is the certificate bundle for all the signers that you'll recognize for incoming client certificates
    	ClientCA string
    
    	// CAContentProvider are the options for verifying incoming connections using mTLS and directly assigning to users.
    	// Generally this is the CA bundle file used to authenticate client certificates
    	// If non-nil, this takes priority over the ClientCA file.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Mar 21 14:51:22 UTC 2023
    - 19.9K bytes
    - Viewed (0)
  10. pkg/test/echo/proto/echo.pb.go

    	// If non-empty, verify the server CA with the ca cert file.
    	CaCertFile string `protobuf:"bytes,18,opt,name=caCertFile,proto3" json:"caCertFile,omitempty"`
    	// Skip verifying peer's certificate.
    	InsecureSkipVerify bool `protobuf:"varint,19,opt,name=insecureSkipVerify,proto3" json:"insecureSkipVerify,omitempty"`
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 31 02:27:10 UTC 2024
    - 33.3K bytes
    - Viewed (0)
Back to top