Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 962 for inexact (0.15 sec)

  1. testing/internal-integ-testing/src/test/groovy/org/gradle/integtests/fixtures/executer/TaskOrderSpecsTest.groovy

                [':a', ':b', ':d', ':f', ':e', ':c'],
                []
            ]
        }
    
        def "can specify a task more than once in a complex rule"() {
            def spec = any(exact(':a', ':c'), exact(':b', ':d'), exact(':a', ':d'))
    
            given:
            assert spec.getTasks() == [':a', ':b', ':c', ':d'] as Set
    
            when:
            spec.assertMatches(-1, [':a', ':b', ':c', ':d'])
    
            then:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 6.3K bytes
    - Viewed (0)
  2. pilot/pkg/security/authz/builder/testdata/http/extended-single-policy-out.yaml

                        stringMatch:
                          exact: rule[0]-to[0]-method[1]
                    - header:
                        name: :method
                        stringMatch:
                          exact: rule[0]-to[0]-method[2]
                - orRules:
                    rules:
                    - urlPath:
                        path:
                          exact: rule[0]-to[0]-path[1]
                    - urlPath:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 25 10:39:25 UTC 2024
    - 17.4K bytes
    - Viewed (0)
  3. pilot/pkg/security/authz/builder/testdata/http/single-policy-out.yaml

                        stringMatch:
                          exact: rule[0]-to[0]-method[1]
                    - header:
                        name: :method
                        stringMatch:
                          exact: rule[0]-to[0]-method[2]
                - orRules:
                    rules:
                    - urlPath:
                        path:
                          exact: rule[0]-to[0]-path[1]
                    - urlPath:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Oct 17 16:35:46 UTC 2023
    - 14.1K bytes
    - Viewed (0)
  4. pilot/pkg/security/authz/builder/testdata/http/extended-multiple-policies-out.yaml

                    rules:
                    - header:
                        name: :method
                        stringMatch:
                          exact: GET
                    - header:
                        name: :method
                        stringMatch:
                          exact: POST
            principals:
            - andIds:
                ids:
                - any: true
          ns[foo]-policy[httpbin-2]-rule[0]:
            permissions:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 25 10:39:25 UTC 2024
    - 5.3K bytes
    - Viewed (0)
  5. pilot/pkg/security/authz/builder/testdata/tcp/audit-both-http-tcp-out.yaml

                - orRules:
                    rules:
                    - requestedServerName:
                        exact: exact.com
                - notRule:
                    orRules:
                      rules:
                      - requestedServerName:
                          exact: not-exact.com
                - orRules:
                    rules:
                    - metadata:
                        filter: envoy.filters.a.b
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Oct 17 16:35:46 UTC 2023
    - 4.8K bytes
    - Viewed (0)
  6. pilot/pkg/networking/core/route/route_internal_test.go

    			want: authz.MetadataMatcherForJWTClaims([]string{"key1"}, authzmatcher.StringMatcher("exact"), false),
    		},
    		{
    			name: "@request.auth.claims.key1.KEY2",
    			in:   &networking.StringMatch{MatchType: &networking.StringMatch_Exact{Exact: "exact"}},
    			want: authz.MetadataMatcherForJWTClaims([]string{"key1", "KEY2"}, authzmatcher.StringMatcher("exact"), false),
    		},
    		{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sat May 11 02:47:57 UTC 2024
    - 18.2K bytes
    - Viewed (0)
  7. pilot/pkg/security/authz/builder/testdata/http/extended-simple-policy-multiple-td-aliases-out.yaml

                        principalName:
                          exact: spiffe://td1/ns/rule[0]/sa/from[0]-principal[0]
                    - authenticated:
                        principalName:
                          exact: spiffe://cluster.local/ns/rule[0]/sa/from[0]-principal[0]
                    - authenticated:
                        principalName:
                          exact: spiffe://some-td/ns/rule[0]/sa/from[0]-principal[0]
            - andIds:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 25 10:39:25 UTC 2024
    - 2K bytes
    - Viewed (0)
  8. pilot/pkg/security/authz/builder/testdata/http/allow-full-rule-in.yaml

              notValues: ["9001", "9002"]
            - key: "connection.sni"
              values: ["exact.com", "*.suffix.com", "prefix.*", "*"]
              notValues: ["not-exact.com", "*.not-suffix.com", "not-prefix.*", "*"]
            - key: "experimental.envoy.filters.a.b[c]"
              values: ["exact", "prefix-*", "*-suffix", "*"]
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sat Apr 20 01:58:53 UTC 2024
    - 4.1K bytes
    - Viewed (0)
  9. pilot/pkg/security/authz/builder/testdata/http/extended-simple-policy-td-aliases-out.yaml

                          exact: spiffe://cluster.local/ns/rule[0]/sa/from[0]-principal[0]
            - andIds:
                ids:
                - orIds:
                    ids:
                    - authenticated:
                        principalName:
                          exact: spiffe://td1/ns/rule[0]/sa/from[1]-principal[0]
                    - authenticated:
                        principalName:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 25 10:39:25 UTC 2024
    - 2.4K bytes
    - Viewed (0)
  10. pilot/pkg/security/authz/builder/testdata/http/multiple-policies-out.yaml

                    rules:
                    - header:
                        name: :method
                        stringMatch:
                          exact: GET
                    - header:
                        name: :method
                        stringMatch:
                          exact: POST
            principals:
            - andIds:
                ids:
                - any: true
          ns[foo]-policy[httpbin-2]-rule[0]:
            permissions:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Oct 17 16:35:46 UTC 2023
    - 4.5K bytes
    - Viewed (0)
Back to top