Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for NotRequestPrincipals (0.51 sec)

  1. pilot/pkg/security/authz/builder/testdata/tcp/audit-both-http-tcp-in.yaml

            requestPrincipals: ["requestPrincipals"]
            namespaces: ["ns"]
            ipBlocks: ["1.2.3.4"]
            remoteIpBlocks: ["10.250.90.4"]
            notPrincipals: ["not-principal"]
            notRequestPrincipals: ["not-requestPrincipals"]
            notNamespaces: ["not-ns"]
            notIpBlocks: ["9.0.0.1"]
            notRemoteIpBlocks: ["10.133.154.65"]
        to:
        - operation:
            methods: ["method"]
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Apr 01 19:25:01 UTC 2021
    - 2.1K bytes
    - Viewed (0)
  2. pilot/pkg/security/authz/builder/testdata/http/allow-full-rule-in.yaml

                ipBlocks: ["1.2.3.4", "5.6.0.0/16"]
                remoteIpBlocks: ["1.2.3.4", "5.6.0.0/16"]
                notPrincipals: ["not-principal", "not-principal-prefix-*", "*-not-suffix-principal", "*"]
                notRequestPrincipals: ["not-requestPrincipals", "not-requestPrincipals-prefix-*", "*-not-suffix-requestPrincipals", "*"]
                notNamespaces: ["not-ns", "not-ns-prefix-*", "*-not-ns-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)
  3. pilot/pkg/serviceregistry/kube/controller/ambient/testdata/allow-full-in.yaml

      - from:
        - source:
            requestPrincipals: [ "requestPrincipals", "requestPrincipals-prefix-*", "*-suffix-requestPrincipals", "*" ]
            notRequestPrincipals: [ "not-requestPrincipals", "not-requestPrincipals-prefix-*", "*-suffix-not-requestPrincipals", "*" ]
      - from:
        - source:
            namespaces: [ "ns", "ns-prefix-*", "*-ns-suffix", "*" ]
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Feb 29 18:40:34 UTC 2024
    - 4K bytes
    - Viewed (0)
  4. tests/integration/security/testdata/authz/jwt.yaml.tmpl

        when:
        - key: request.auth.audiences
          values: ["foo"]
      - to:
        - operation:
            paths: ["/token3"]
            methods: ["GET"]
        from:
        - source:
            notRequestPrincipals: ["******@****.***/sub-1"]
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 08 23:36:51 UTC 2024
    - 3K bytes
    - Viewed (0)
  5. pilot/pkg/security/authz/builder/testdata/tcp/deny-both-http-tcp-in.yaml

            ipBlocks: ["1.2.3.4"]
            remoteIpBlocks: ["172.18.4.0/22"]
            notPrincipals: ["not-principal", "*not-principal-suffix", "not-principal-prefix*", "*"]
            notRequestPrincipals: ["not-requestPrincipals"]
            notNamespaces: ["not-ns", "*not-ns-suffix", "not-ns-prefix*", "*"]
            notIpBlocks: ["9.0.0.1"]
            notRemoteIpBlocks: ["192.168.244.139"]
        to:
        - operation:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Aug 12 19:47:37 UTC 2022
    - 3.9K bytes
    - Viewed (0)
Back to top