Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 1,930 for Groups (0.1 sec)

  1. pilot/pkg/serviceregistry/kube/controller/ambient/testdata/allow-groups.yaml

    groups:
    - rules:
      - matches:
        - destinationPorts:
          - 80
      - matches:
        - namespaces:
          - exact: only-l4-ns
          principals:
          - exact: only-l4-principals
    - rules:
      - matches:
        - namespaces:
          - exact: when-l4-ns
      - matches:
        - sourceIps:
          - address: CgoKCg==
            length: 32
    name: groups
    Registered: 2024-06-14 15:00
    - Last Modified: 2024-02-29 18:40
    - 345 bytes
    - Viewed (0)
  2. pilot/pkg/serviceregistry/kube/controller/ambient/testdata/deny-groups.yaml

    action: DENY
    groups:
    - rules:
      - matches:
        - destinationPorts:
          - 80
      - matches:
        - namespaces:
          - exact: from-mix-ns
          principals:
          - exact: from-mix-principal
    - rules:
      - matches:
        - destinationPorts:
          - 80
      - matches:
        - namespaces:
          - exact: to-mix-ns
          principals:
          - exact: to-mix-principal
    - rules:
      - matches:
        - destinationPorts:
          - 80
    Registered: 2024-06-14 15:00
    - Last Modified: 2024-02-29 18:40
    - 955 bytes
    - Viewed (0)
  3. hack/verify-api-groups.sh

    # See the License for the specific language governing permissions and
    # limitations under the License.
    
    # This scripts locates all API groups by their packages and versions
    # Usage: `hack/verify-api-groups.sh`.
    
    set -o errexit
    set -o nounset
    set -o pipefail
    
    KUBE_ROOT=$(dirname "${BASH_SOURCE[0]}")/..
    source "${KUBE_ROOT}/hack/lib/init.sh"
    
    register_files=()
    Registered: 2024-06-15 01:39
    - Last Modified: 2024-04-13 09:26
    - 4.2K bytes
    - Viewed (0)
  4. pilot/pkg/serviceregistry/kube/controller/ambient/testdata/deny-groups-in.yaml

    apiVersion: security.istio.io/v1beta1
    kind: AuthorizationPolicy
    metadata:
      name: groups-deny
    spec:
      action: DENY
      rules:
      # Has mix of L4 and L7 in from
      - from:
        - source:
            principals: ["from-mix-principal"]
            requestPrincipals: ["from-mix-requestPrincipals"]
            namespaces: ["from-mix-ns"]
        to:
        - operation:
            ports: ["80"]
      # Has mix of L4 and L7 in to
      - from:
        - source:
    Registered: 2024-06-14 15:00
    - Last Modified: 2024-02-29 18:40
    - 1.4K bytes
    - Viewed (0)
  5. pilot/pkg/serviceregistry/kube/controller/ambient/testdata/allow-groups-in.yaml

    apiVersion: security.istio.io/v1beta1
    kind: AuthorizationPolicy
    metadata:
      name: groups
    spec:
      rules:
      # Has mix of L4 and L7 in from
      - from:
        - source:
            principals: ["from-mix-principal"]
            requestPrincipals: ["from-mix-requestPrincipals"]
            namespaces: ["from-mix-ns"]
        to:
        - operation:
            ports: ["80"]
      # Has mix of L4 and L7 in to
      - from:
        - source:
    Registered: 2024-06-14 15:00
    - Last Modified: 2024-02-29 18:40
    - 1.3K bytes
    - Viewed (0)
  6. tools/istio-iptables/pkg/capture/testdata/outbound-owner-groups.golden

    Ben Leggett <******@****.***> 1710179183 -0400
    Registered: 2024-06-14 15:00
    - Last Modified: 2024-03-11 17:46
    - 1.1K bytes
    - Viewed (0)
  7. tools/istio-clean-iptables/pkg/cmd/testdata/outbound-owner-groups.golden

    Eoin Fennessy <******@****.***> 1715615475 +0100
    Registered: 2024-06-14 15:00
    - Last Modified: 2024-05-13 15:51
    - 2.8K bytes
    - Viewed (0)
  8. tools/istio-iptables/pkg/capture/testdata/outbound-owner-groups-exclude.golden

    Ben Leggett <******@****.***> 1710179183 -0400
    Registered: 2024-06-14 15:00
    - Last Modified: 2024-03-11 17:46
    - 1.2K bytes
    - Viewed (0)
  9. tools/istio-clean-iptables/pkg/cmd/testdata/outbound-owner-groups-exclude.golden

    Eoin Fennessy <******@****.***> 1715615475 +0100
    Registered: 2024-06-14 15:00
    - Last Modified: 2024-05-13 15:51
    - 2.9K bytes
    - Viewed (0)
  10. tools/istio-iptables/pkg/capture/testdata/ipv6-dns-outbound-owner-groups.golden

    Eoin Fennessy <******@****.***> 1715615475 +0100
    Registered: 2024-06-14 15:00
    - Last Modified: 2024-05-13 15:51
    - 3.9K bytes
    - Viewed (0)
Back to top