Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 332 for denbcd (0.18 sec)

  1. staging/src/k8s.io/apiserver/pkg/authorization/metrics/metrics.go

    		RecordAuthorizationDecision(a.authorizerType, a.authorizerName, "allowed")
    	case authorizer.DecisionDeny:
    		// matches SubjectAccessReview status.denied field name
    		RecordAuthorizationDecision(a.authorizerType, a.authorizerName, "denied")
    	default:
    		RecordAuthorizationDecision(a.authorizerType, a.authorizerName, "unknown")
    	}
    	return decision, reason, err
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Feb 16 13:20:59 UTC 2024
    - 2.7K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/authorization/v1/types_swagger_doc_generated.go

    	"denied":          "Denied is optional. True if the action would be denied, otherwise false. If both allowed is false and denied is false, then the authorizer has no opinion on whether to authorize the action. Denied may not be true if Allowed is true.",
    	"reason":          "Reason is optional.  It indicates why a request was allowed or denied.",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Jan 22 00:51:25 UTC 2023
    - 11.9K bytes
    - Viewed (0)
  3. staging/src/k8s.io/apiserver/plugin/pkg/authorizer/webhook/round_trip_test.go

    func v1StatusToV1beta1Status(in authorizationv1.SubjectAccessReviewStatus) authorizationv1beta1.SubjectAccessReviewStatus {
    	return authorizationv1beta1.SubjectAccessReviewStatus{
    		Allowed:         in.Allowed,
    		Denied:          in.Denied,
    		Reason:          in.Reason,
    		EvaluationError: in.EvaluationError,
    	}
    }
    
    // v1beta1SpecToV1Spec is only needed to verify round-trip fidelity
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 12 15:48:03 UTC 2023
    - 3.5K bytes
    - Viewed (0)
  4. pkg/bootstrap/testdata/tracing_lightstep_golden.json

          },
          {
            "tag_name": "authz_enforce_result",
            "regex": "rbac(\\.(allowed|denied))"
          },
          {
            "tag_name": "authz_dry_run_action",
            "regex": "(\\.istio_dry_run_(allow|deny)_)"
          },
          {
            "tag_name": "authz_dry_run_result",
            "regex": "(\\.shadow_(allowed|denied))"
          }
        ],
        "stats_matcher": {
          "inclusion_list": {
            "patterns": [
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 01 14:41:40 UTC 2024
    - 13.2K bytes
    - Viewed (0)
  5. pkg/bootstrap/testdata/tracing_tls_golden.json

          },
          {
            "tag_name": "authz_enforce_result",
            "regex": "rbac(\\.(allowed|denied))"
          },
          {
            "tag_name": "authz_dry_run_action",
            "regex": "(\\.istio_dry_run_(allow|deny)_)"
          },
          {
            "tag_name": "authz_dry_run_result",
            "regex": "(\\.shadow_(allowed|denied))"
          }
        ],
        "stats_matcher": {
          "inclusion_list": {
            "patterns": [
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 01 14:41:40 UTC 2024
    - 13.5K bytes
    - Viewed (0)
  6. pkg/bootstrap/testdata/tracing_zipkin_golden.json

          },
          {
            "tag_name": "authz_enforce_result",
            "regex": "rbac(\\.(allowed|denied))"
          },
          {
            "tag_name": "authz_dry_run_action",
            "regex": "(\\.istio_dry_run_(allow|deny)_)"
          },
          {
            "tag_name": "authz_dry_run_result",
            "regex": "(\\.shadow_(allowed|denied))"
          }
        ],
        "stats_matcher": {
          "inclusion_list": {
            "patterns": [
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 01 14:41:40 UTC 2024
    - 12.9K bytes
    - Viewed (0)
  7. pkg/registry/certificates/certificates/strategy_test.go

    			oldObj:      &certapi.CertificateSigningRequest{},
    			expectedObj: &certapi.CertificateSigningRequest{},
    		},
    		{
    			name: "adding failed condition to existing approved/denied conditions",
    			newObj: &certapi.CertificateSigningRequest{
    				Status: certapi.CertificateSigningRequestStatus{
    					Conditions: []certapi.CertificateSigningRequestCondition{
    						{Type: certapi.CertificateFailed},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 15 14:34:53 UTC 2024
    - 7.6K bytes
    - Viewed (0)
  8. common-protos/k8s.io/api/authorization/v1/generated.proto

      optional bool allowed = 1;
    
      // Denied is optional. True if the action would be denied, otherwise
      // false. If both allowed is false and denied is false, then the
      // authorizer has no opinion on whether to authorize the action. Denied
      // may not be true if Allowed is true.
      // +optional
      optional bool denied = 4;
    
      // Reason is optional.  It indicates why a request was allowed or denied.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 11.9K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/authorization/v1beta1/generated.proto

      optional bool allowed = 1;
    
      // Denied is optional. True if the action would be denied, otherwise
      // false. If both allowed is false and denied is false, then the
      // authorizer has no opinion on whether to authorize the action. Denied
      // may not be true if Allowed is true.
      // +optional
      optional bool denied = 4;
    
      // Reason is optional.  It indicates why a request was allowed or denied.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 12.1K bytes
    - Viewed (0)
  10. pkg/bootstrap/testdata/tracing_none_golden.json

          },
          {
            "tag_name": "authz_enforce_result",
            "regex": "rbac(\\.(allowed|denied))"
          },
          {
            "tag_name": "authz_dry_run_action",
            "regex": "(\\.istio_dry_run_(allow|deny)_)"
          },
          {
            "tag_name": "authz_dry_run_result",
            "regex": "(\\.shadow_(allowed|denied))"
          }
        ],
        "stats_matcher": {
          "inclusion_list": {
            "patterns": [
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 01 14:41:40 UTC 2024
    - 11.9K bytes
    - Viewed (0)
Back to top