Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 34 for authn (0.19 sec)

  1. pkg/kubelet/kubelet.go

    // ListenAndServe runs the kubelet HTTP server.
    func (kl *Kubelet) ListenAndServe(kubeCfg *kubeletconfiginternal.KubeletConfiguration, tlsOptions *server.TLSOptions,
    	auth server.AuthInterface, tp trace.TracerProvider) {
    	server.ListenAndServeKubeletServer(kl, kl.resourceAnalyzer, kubeCfg, tlsOptions, auth, tp)
    }
    
    // ListenAndServeReadOnly runs the kubelet HTTP server in read-only mode.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 14 16:09:17 UTC 2024
    - 126.1K bytes
    - Viewed (0)
  2. api/openapi-spec/v3/apis__discovery.k8s.io__v1_openapi.json

              "group": "discovery.k8s.io",
              "kind": "EndpointSlice",
              "version": "v1"
            }
          },
          "parameters": [
            {
              "description": "object name and auth scope, such as for teams and projects",
              "in": "path",
              "name": "namespace",
              "required": true,
              "schema": {
                "type": "string",
                "uniqueItems": true
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 146.6K bytes
    - Viewed (0)
  3. CHANGELOG/CHANGELOG-1.4.md

    - **Auth**
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Dec 24 02:28:26 UTC 2020
    - 133.5K bytes
    - Viewed (0)
  4. cmd/admin-handlers.go

    	"github.com/dustin/go-humanize"
    	"github.com/klauspost/compress/zip"
    	"github.com/minio/madmin-go/v3"
    	"github.com/minio/madmin-go/v3/estream"
    	"github.com/minio/minio-go/v7/pkg/set"
    	"github.com/minio/minio/internal/auth"
    	"github.com/minio/minio/internal/dsync"
    	"github.com/minio/minio/internal/grid"
    	"github.com/minio/minio/internal/handlers"
    	xhttp "github.com/minio/minio/internal/http"
    	xioutil "github.com/minio/minio/internal/ioutil"
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 24 23:05:23 UTC 2024
    - 98K bytes
    - Viewed (0)
  5. pkg/config/validation/validation.go

    		return fmt.Errorf("header name %s is not a valid header name", name)
    	}
    	return nil
    }
    
    // ValidateHTTPHeaderNameOrJwtClaimRoute validates a header name, allowing special @request.auth.claims syntax
    func ValidateHTTPHeaderNameOrJwtClaimRoute(name string) error {
    	if name == "" {
    		return fmt.Errorf("header name cannot be empty")
    	}
    	if jwt.ToRoutingClaim(name).Match {
    		// Jwt claim form
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 04:03:33 UTC 2024
    - 107.2K bytes
    - Viewed (0)
  6. src/crypto/x509/verify_test.go

    		// verification.
    		systemLax:     true,
    		errorCallback: expectHashError,
    	},
    	// EKULeaf tests use an unconstrained chain leading to a leaf certificate
    	// with an E-mail Protection EKU but not a Server Auth one, checking that
    	// the EKUs on the leaf are enforced.
    	{
    		name:          "EKULeaf",
    		leaf:          smimeLeaf,
    		intermediates: []string{smimeIntermediate},
    		roots:         []string{smimeRoot},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 110.2K bytes
    - Viewed (0)
  7. pkg/kubelet/kubelet_test.go

    	defer func() {
    		fakeRuntime.Stop()
    	}()
    	fakeRecorder := &record.FakeRecorder{}
    	rtSvc := createRemoteRuntimeService(endpoint, t, noopoteltrace.NewTracerProvider())
    	kubeDep := &Dependencies{
    		Auth:                 nil,
    		CAdvisorInterface:    cadvisor,
    		Cloud:                nil,
    		ContainerManager:     cm.NewStubContainerManager(),
    		KubeClient:           nil, // standalone mode
    		HeartbeatClient:      nil,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 14 16:09:17 UTC 2024
    - 106.9K bytes
    - Viewed (0)
  8. cmd/metrics-v2.go

    	return MetricDescription{
    		Namespace: s3MetricNamespace,
    		Subsystem: requestsRejectedSubsystem,
    		Name:      authTotal,
    		Help:      "Total number of S3 requests rejected for auth failure",
    		Type:      counterMetric,
    	}
    }
    
    func getS3RejectedHeaderRequestsTotalMD() MetricDescription {
    	return MetricDescription{
    		Namespace: s3MetricNamespace,
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Jun 13 22:26:54 UTC 2024
    - 131.9K bytes
    - Viewed (0)
  9. api/openapi-spec/v3/apis__admissionregistration.k8s.io__v1alpha1_openapi.json

                "type": "string"...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 235.4K bytes
    - Viewed (0)
  10. api/openapi-spec/v3/apis__admissionregistration.k8s.io__v1beta1_openapi.json

                "type": "string"...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 235.7K bytes
    - Viewed (0)
Back to top