Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 308 for authenticating (0.39 sec)

  1. platforms/jvm/toolchains-jvm/src/main/java/org/gradle/jvm/toolchain/internal/install/DefaultJavaToolchainProvisioningService.java

                }
                try {
                    if (download.isPresent()) {
                        Collection<Authentication> authentications = repository.getAuthentications(download.get().getUri());
                        successfulProvisioning = provisionInstallation(spec, download.get().getUri(), authentications);
                        break;
                    }
                } catch (Exception e) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 11 23:01:05 UTC 2024
    - 12.7K bytes
    - Viewed (0)
  2. pkg/apis/authentication/v1/zz_generated.conversion.go

    package v1
    
    import (
    	unsafe "unsafe"
    
    	v1 "k8s.io/api/authentication/v1"
    	metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
    	conversion "k8s.io/apimachinery/pkg/conversion"
    	runtime "k8s.io/apimachinery/pkg/runtime"
    	types "k8s.io/apimachinery/pkg/types"
    	authentication "k8s.io/kubernetes/pkg/apis/authentication"
    )
    
    func init() {
    	localSchemeBuilder.Register(RegisterConversions)
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 02 12:50:40 UTC 2023
    - 21.2K bytes
    - Viewed (0)
  3. pkg/apis/authentication/v1beta1/zz_generated.conversion.go

    package v1beta1
    
    import (
    	unsafe "unsafe"
    
    	v1beta1 "k8s.io/api/authentication/v1beta1"
    	conversion "k8s.io/apimachinery/pkg/conversion"
    	runtime "k8s.io/apimachinery/pkg/runtime"
    	authentication "k8s.io/kubernetes/pkg/apis/authentication"
    	v1 "k8s.io/kubernetes/pkg/apis/authentication/v1"
    )
    
    func init() {
    	localSchemeBuilder.Register(RegisterConversions)
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Mar 08 23:42:33 UTC 2023
    - 14K bytes
    - Viewed (0)
  4. pkg/controlplane/controller/clusterauthenticationtrust/cluster_authentication_trust_controller_test.go

    			clusterAuthInfo: ClusterAuthenticationInfo{
    				ClientCA: someRandomCAProvider,
    			},
    			expectedConfigMaps: map[string]*corev1.ConfigMap{
    				"extension-apiserver-authentication": {
    					ObjectMeta: metav1.ObjectMeta{Namespace: metav1.NamespaceSystem, Name: "extension-apiserver-authentication"},
    					Data: map[string]string{
    						"client-ca-file": string(someRandomCA),
    					},
    				},
    			},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Apr 14 00:05:53 UTC 2023
    - 14.6K bytes
    - Viewed (0)
  5. pkg/kubeapiserver/options/authentication_test.go

    		},
    		{
    			name: "authentication-config file, feature gate is not enabled",
    			args: []string{
    				"--authentication-config=configfile",
    			},
    			expectErr: "set --feature-gates=StructuredAuthenticationConfiguration=true to use authentication-config file",
    		},
    		{
    			name: "authentication-config file, --oidc-issuer-url is set",
    			args: []string{
    				"--authentication-config=configfile",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 36.5K bytes
    - Viewed (0)
  6. pkg/controlplane/apiserver/options/options.go

    		if completed.Authentication.ServiceAccounts.MaxExpiration != 0 {
    			lowBound := time.Hour
    			upBound := time.Duration(1<<32) * time.Second
    			if completed.Authentication.ServiceAccounts.MaxExpiration < lowBound ||
    				completed.Authentication.ServiceAccounts.MaxExpiration > upBound {
    				return CompletedOptions{}, fmt.Errorf("the service-account-max-token-expiration must be between 1 hour and 2^32 seconds")
    			}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Apr 27 12:19:56 UTC 2024
    - 15.4K bytes
    - Viewed (0)
  7. fastapi/security/http.py

                    This is useful when you want to have optional authentication.
    
                    It is also useful when you want to have authentication that can be
                    provided in one of multiple optional ways (for example, in HTTP Basic
                    authentication or in an HTTP Bearer token).
                    """
                ),
            ] = True,
        ):
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Fri Apr 19 15:29:38 UTC 2024
    - 13.2K bytes
    - Viewed (0)
  8. pkg/kubeapiserver/authenticator/config.go

    	"k8s.io/apiserver/pkg/authentication/authenticator"
    	"k8s.io/apiserver/pkg/authentication/authenticatorfactory"
    	"k8s.io/apiserver/pkg/authentication/group"
    	"k8s.io/apiserver/pkg/authentication/request/anonymous"
    	"k8s.io/apiserver/pkg/authentication/request/bearertoken"
    	"k8s.io/apiserver/pkg/authentication/request/headerrequest"
    	"k8s.io/apiserver/pkg/authentication/request/union"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Mar 09 19:29:33 UTC 2024
    - 15.4K bytes
    - Viewed (0)
  9. api/openapi-spec/v3/apis__authentication.k8s.io__v1_openapi.json

            "x-kubernetes-group-version-kind": [
              {
                "group": "authentication.k8s.io",
                "kind": "TokenReview",
                "version": "v1"
              }
            ]
          },
          "io.k8s.api.authentication.v1.TokenReviewSpec": {
            "description": "TokenReviewSpec is a description of the token authentication request.",
            "properties": {
              "audiences": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Nov 27 20:06:25 UTC 2023
    - 41.5K bytes
    - Viewed (0)
  10. staging/src/k8s.io/apiserver/pkg/authentication/token/cache/cached_token_authenticator_test.go

    			r.ok = true
    			r.err = nil
    
    			// add some realistic annotations on ~20% of successful authentications
    			if f := rr.Float64(); f < 0.2 {
    				r.annotations = map[string]string{
    					"audience.authentication.kubernetes.io":  "e8357258-88b1-11ea-bc55-0242ac130003",
    					"namespace.authentication.kubernetes.io": "kube-system",
    					"float.authentication.kubernetes.io":     fmt.Sprint(f),
    				}
    			}
    		case choice < 0.99:
    			r.ok = false
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jul 03 16:16:51 UTC 2023
    - 20.3K bytes
    - Viewed (0)
Back to top