Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 332 for denbcd (0.19 sec)

  1. pkg/controller/certificates/cleaner/cleaner.go

    // be removed if they meet one of the following criteria: the CSR is Approved
    // with a certificate and is old enough to be past the GC issued deadline, the
    // CSR is denied and is old enough to be past the GC denied deadline, the CSR
    // is Pending and is old enough to be past the GC pending deadline, the CSR is
    // approved with a certificate and the certificate is expired.
    type CSRCleanerController struct {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Mar 15 03:26:08 UTC 2023
    - 8K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/authorization/v1beta1/types.go

    	// 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
    	Denied bool `json:"denied,omitempty" protobuf:"varint,4,opt,name=denied"`
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Nov 27 20:06:26 UTC 2023
    - 15.1K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/authorization/v1/types.go

    	// 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
    	Denied bool `json:"denied,omitempty" protobuf:"varint,4,opt,name=denied"`
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 23 17:42:49 UTC 2024
    - 14.6K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apiserver/pkg/authorization/path/path_test.go

    	"testing"
    
    	"k8s.io/apiserver/pkg/authorization/authorizer"
    )
    
    func TestNewAuthorizer(t *testing.T) {
    	tests := []struct {
    		name                       string
    		excludedPaths              []string
    		allowed, denied, noOpinion []string
    		wantErr                    bool
    	}{
    		{"inner star", []string{"/foo*bar"}, nil, nil, nil, true},
    		{"double star", []string{"/foo**"}, nil, nil, nil, true},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Sep 24 15:14:54 UTC 2019
    - 2.8K bytes
    - Viewed (0)
  5. pkg/bootstrap/testdata/authsds_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)
  6. pkg/bootstrap/testdata/xdsproxy_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)
  7. pkg/bootstrap/testdata/default_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)
  8. pkg/bootstrap/testdata/tracing_datadog_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.8K bytes
    - Viewed (0)
  9. samples/extauthz/README.md

            < HTTP/1.1 403 Forbidden
            < x-ext-authz-check-result: denied
            < date: Tue, 03 Nov 2020 03:14:02 GMT
            < content-length: 76
            < content-type: text/plain; charset=utf-8
            < x-envoy-upstream-service-time: 44
            < server: envoy
            <
            * Connection #0 to host ext-authz-server left intact
            denied by ext_authz for not found header `x-ext-authz: allow` in the request
        ```
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Sep 21 13:52:47 UTC 2023
    - 4.1K bytes
    - Viewed (0)
  10. samples/extauthz/cmd/extauthz/main.go

    	resultAllowed     = "allowed"
    	resultDenied      = "denied"
    )
    
    var (
    	serviceAccount = flag.String("allow_service_account", "a",
    		"allowed service account, matched against the service account in the source principal from the client certificate")
    	httpPort = flag.String("http", "8000", "HTTP server port")
    	grpcPort = flag.String("grpc", "9000", "gRPC server port")
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Feb 15 18:23:48 UTC 2024
    - 10.4K bytes
    - Viewed (0)
Back to top