Search Options

Results per page
Sort
Preferred Languages
Advance

Results 121 - 130 of 168 for Authorize (0.35 sec)

  1. security/pkg/server/ca/node_auth_test.go

    		},
    		{
    			name:            "ztunnel caller from removed remote cluster",
    			callerClusterID: cluster.ID("remote2"),
    			caller:          ztunnelCallerRemote2,
    			wantErr:         "no node authorizer",
    		},
    		{
    			name:                    "allowed identities in remote cluster, but ztunnel caller from primary cluster",
    			callerClusterID:         cluster.ID("primary"),
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Feb 28 16:41:38 UTC 2024
    - 10.5K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/sso/spnego/SpnegoAuthenticator.java

                }
                if (status) {
                    return new ActionResponseCredential(() -> {
                        throw new RequestLoggingFilter.RequestClientErrorException("Your request is not authorized.", "401 Unauthorized",
                                HttpServletResponse.SC_UNAUTHORIZED);
                    });
                }
    
                // assert
                if (null == principal) {
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 11.2K bytes
    - Viewed (0)
  3. pkg/kubeapiserver/options/authentication.go

    	if o.Anonymous.Allow && sets.NewString(authorization.Modes...).Has(authzmodes.ModeAlwaysAllow) {
    		klog.Warningf("AnonymousAuth is not allowed with the AlwaysAllow authorizer. Resetting AnonymousAuth to false. You should use a different authorizer")
    		o.Anonymous.Allow = false
    	}
    }
    
    func (o *BuiltInAuthenticationOptions) validateOIDCOptions() []error {
    	var allErrors []error
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Mar 09 22:40:22 UTC 2024
    - 32.4K bytes
    - Viewed (0)
  4. src/crypto/x509/verify.go

    		return "x509: certificate is not authorized to sign other certificates"
    	case Expired:
    		return "x509: certificate has expired or is not yet valid: " + e.Detail
    	case CANotAuthorizedForThisName:
    		return "x509: a root or intermediate certificate is not authorized to sign for this name: " + e.Detail
    	case CANotAuthorizedForExtKeyUsage:
    		return "x509: a root or intermediate certificate is not authorized for an extended key usage: " + e.Detail
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 22:58:39 UTC 2024
    - 35.7K bytes
    - Viewed (0)
  5. okhttp-tls/src/test/java/okhttp3/tls/internal/der/DerCertificatesTest.kt

                      ),
                    ),
                    listOf(
                      AttributeTypeAndValue(
                        type = ORGANIZATIONAL_UNIT_NAME,
                        value = "(c) 2009 Entrust, Inc. - for authorized use only",
                      ),
                    ),
                    listOf(
                      AttributeTypeAndValue(
                        type = COMMON_NAME,
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Mon Jan 08 01:13:22 UTC 2024
    - 43.9K bytes
    - Viewed (0)
  6. staging/src/k8s.io/apiserver/pkg/endpoints/handlers/patch.go

    	"k8s.io/apimachinery/pkg/util/validation/field"
    	"k8s.io/apimachinery/pkg/util/yaml"
    	"k8s.io/apiserver/pkg/admission"
    	"k8s.io/apiserver/pkg/audit"
    	"k8s.io/apiserver/pkg/authorization/authorizer"
    	"k8s.io/apiserver/pkg/endpoints/handlers/fieldmanager"
    	"k8s.io/apiserver/pkg/endpoints/handlers/finisher"
    	requestmetrics "k8s.io/apiserver/pkg/endpoints/handlers/metrics"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 28 08:48:22 UTC 2024
    - 28.5K bytes
    - Viewed (0)
  7. pkg/controlplane/apiserver/options/options_test.go

    		"--authentication-token-webhook-config-file=/token-webhook-config",
    		"--authorization-mode=AlwaysDeny,RBAC",
    		"--authorization-policy-file=/policy",
    		"--authorization-webhook-cache-authorized-ttl=3m",
    		"--authorization-webhook-cache-unauthorized-ttl=1m",
    		"--authorization-webhook-config-file=/webhook-config",
    		"--bind-address=192.168.10.20",
    		"--client-ca-file=/client-ca",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 07 17:57:37 UTC 2024
    - 10.7K bytes
    - Viewed (0)
  8. LICENSES/vendor/sigs.k8s.io/yaml/LICENSE

          "License" shall mean the terms and conditions for use, reproduction,
          and distribution as defined by Sections 1 through 9 of this document.
    
          "Licensor" shall mean the copyright owner or entity authorized by
          the copyright owner that is granting the License.
    
          "Legal Entity" shall mean the union of the acting entity and all
          other entities that control, are controlled by, or are under common
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Apr 26 13:42:44 UTC 2024
    - 15.9K bytes
    - Viewed (0)
  9. licenses/sigs.k8s.io/yaml/LICENSE

          "License" shall mean the terms and conditions for use, reproduction,
          and distribution as defined by Sections 1 through 9 of this document.
    
          "Licensor" shall mean the copyright owner or entity authorized by
          the copyright owner that is granting the License.
    
          "Legal Entity" shall mean the union of the acting entity and all
          other entities that control, are controlled by, or are under common
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Oct 31 19:53:28 UTC 2023
    - 15.8K bytes
    - Viewed (0)
  10. plugin/pkg/admission/imagepolicy/admission.go

    // specifies how to connect to the webhook backend.
    //
    // The kubeconfig's cluster field is used to refer to the remote service, user refers to the returned authorizer.
    //
    //	# clusters refers to the remote service.
    //	clusters:
    //	- name: name-of-remote-imagepolicy-service
    //	  cluster:
    //	    certificate-authority: /path/to/ca.pem      # CA for verifying the remote service.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 02 06:05:06 UTC 2023
    - 9.8K bytes
    - Viewed (0)
Back to top