Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 40 for authenticating (0.31 sec)

  1. staging/src/k8s.io/apiserver/plugin/pkg/authenticator/token/oidc/oidc_test.go

    		if !expectErr {
    			t.Fatalf("authenticate token: %v", err)
    		}
    		if got := err.Error(); c.wantErr != got {
    			t.Fatalf("expected error %q when authenticating token but got %q", c.wantErr, got)
    		}
    		return
    	}
    
    	if expectErr {
    		t.Fatalf("expected error %q when authenticating token but got none", c.wantErr)
    	}
    	if !ok {
    		if !c.wantSkip {
    			// We don't have any cases where we return (nil, false, nil)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 97.7K bytes
    - Viewed (0)
  2. src/cmd/go/alldocs.go

    //	GOROOT
    //		The root of the go tree.
    //	GOSUMDB
    //		The name of checksum database to use and optionally its public key and
    //		URL. See https://golang.org/ref/mod#authenticating.
    //	GOTOOLCHAIN
    //		Controls which Go toolchain is used. See https://go.dev/doc/toolchain.
    //	GOTMPDIR
    //		The directory where the go command will write
    //		temporary source files, packages, and binaries.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 11 16:54:28 UTC 2024
    - 142.4K bytes
    - Viewed (0)
  3. cluster/gce/gci/configure-helper.sh

        cat <<EOF >/etc/gcp_authn.config
    clusters:
      - name: gcp-authentication-server
        cluster:
          server: ${GCP_AUTHN_URL}
    users:
      - name: kube-apiserver
        user:
          auth-provider:
            name: gcp
    current-context: webhook
    contexts:
    - context:
        cluster: gcp-authentication-server
        user: kube-apiserver
      name: webhook
    EOF
      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. src/main/java/jcifs/smb1/smb1/SmbFile.java

        }
    
    /**
     * Constructs an SmbFile representing a resource on an SMB network such
     * as a file or directory.
     *
     * @param   url A URL string
     * @param   auth The credentials the client should use for authentication
     * @throws  MalformedURLException
     *          If the <code>url</code> parameter does not follow the prescribed syntax
     */
        public SmbFile( String url, NtlmPasswordAuthentication auth )
    Registered: Wed Jun 12 15:45:55 UTC 2024
    - Last Modified: Mon Mar 13 12:00:57 UTC 2023
    - 107.9K bytes
    - Viewed (0)
  5. CHANGELOG/CHANGELOG-1.5.md

    ## Changelog since v1.5.5
    
    ### Other notable changes
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Dec 24 02:28:26 UTC 2020
    - 136.4K bytes
    - Viewed (0)
  6. api/openapi-spec/v3/apis__storage.k8s.io__v1alpha1_openapi.json

              },
              {
                "group": "authentication.k8s.io",
                "kind": "DeleteOptions",
                "version": "v1"
              },
              {
                "group": "authentication.k8s.io",
                "kind": "DeleteOptions",
                "version": "v1alpha1"
              },
              {
                "group": "authentication.k8s.io",
                "kind": "DeleteOptions",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 117.5K bytes
    - Viewed (0)
  7. api/openapi-spec/v3/apis__storagemigration.k8s.io__v1alpha1_openapi.json

              },
              {
                "group": "authentication.k8s.io",
                "kind": "DeleteOptions",
                "version": "v1"
              },
              {
                "group": "authentication.k8s.io",
                "kind": "DeleteOptions",
                "version": "v1alpha1"
              },
              {
                "group": "authentication.k8s.io",
                "kind": "DeleteOptions",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 133.3K bytes
    - Viewed (0)
  8. api/openapi-spec/v3/apis__scheduling.k8s.io__v1_openapi.json

              },
              {
                "group": "authentication.k8s.io",
                "kind": "DeleteOptions",
                "version": "v1"
              },
              {
                "group": "authentication.k8s.io",
                "kind": "DeleteOptions",
                "version": "v1alpha1"
              },
              {
                "group": "authentication.k8s.io",
                "kind": "DeleteOptions",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 116.6K bytes
    - Viewed (0)
  9. api/openapi-spec/v3/apis__certificates.k8s.io__v1alpha1_openapi.json

              },
              {
                "group": "authentication.k8s.io",
                "kind": "DeleteOptions",
                "version": "v1"
              },
              {
                "group": "authentication.k8s.io",
                "kind": "DeleteOptions",
                "version": "v1alpha1"
              },
              {
                "group": "authentication.k8s.io",
                "kind": "DeleteOptions",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 119K bytes
    - Viewed (0)
  10. cmd/metrics-v2.go

    			},
    			{
    				Description: MetricDescription{
    					Namespace: nodeMetricNamespace,
    					Subsystem: iamSubsystem,
    					Name:      "plugin_authn_service_last_succ_seconds",
    					Help:      "When plugin authentication is configured, returns time (in seconds) since the last successful request to the service",
    					Type:      gaugeMetric,
    				},
    				Value: pluginAuthNMetrics.LastReachableSecs,
    			},
    			{
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Jun 13 22:26:54 UTC 2024
    - 131.9K bytes
    - Viewed (0)
Back to top