Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for NotSourceIps (0.15 sec)

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

          - suffix: -ns-suffix
          - presence: {}
          notNamespaces:
          - exact: not-ns
          - prefix: not-ns-prefix-
          - suffix: -not-ns-suffix
          - presence: {}
    - rules:
      - matches:
        - notSourceIps:
          - address: AgIDBA==
            length: 32
          - address: BgYAAA==
            length: 16
          sourceIps:
          - address: AQIDBA==
            length: 32
          - address: BQYAAA==
            length: 16
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Feb 29 18:40:34 UTC 2024
    - 2.1K bytes
    - Viewed (0)
  2. pilot/pkg/serviceregistry/kube/controller/ambient/testdata/deny-groups.yaml

        - {}
    - rules:
      - matches:
        - namespaces:
          - exact: when-l4-l7-ns
      - matches:
        - {}
    - rules:
      - matches:
        - namespaces:
          - exact: when-l4-ns
      - matches:
        - notSourceIps:
          - address: FBQUFA==
            length: 32
          sourceIps:
          - address: CgoKCg==
            length: 32
    - rules:
      - matches:
        - {}
      - matches:
        - {}
    name: groups-deny
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Feb 29 18:40:34 UTC 2024
    - 955 bytes
    - Viewed (0)
  3. istioctl/pkg/writer/ztunnel/configdump/api.go

    	Principals          []StringMatch `json:"principals,omitempty"`
    	NotPrincipals       []StringMatch `json:"notPrincipals,omitempty"`
    	SourceIps           []string      `json:"sourceIps,omitempty"`
    	NotSourceIps        []string      `json:"notSourceIps,omitempty"`
    	DestinationIps      []string      `json:"destinationIps,omitempty"`
    	NotDestinationIps   []string      `json:"notDestinationIps,omitempty"`
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 16:51:29 UTC 2024
    - 5.5K bytes
    - Viewed (0)
  4. pilot/pkg/serviceregistry/kube/controller/ambient/authorization.go

    			// L7 policies never match for ALLOW
    			// For DENY they will always match, so it is more restrictive
    			return nil
    		}
    		match := &security.Match{
    			SourceIps:     stringToIP(op.IpBlocks),
    			NotSourceIps:  stringToIP(op.NotIpBlocks),
    			Namespaces:    stringToMatch(op.Namespaces),
    			NotNamespaces: stringToMatch(op.NotNamespaces),
    			Principals:    stringToMatch(op.Principals),
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Apr 15 16:23:36 UTC 2024
    - 18.4K bytes
    - Viewed (0)
  5. pkg/workloadapi/security/authorization.pb.go

    	SourceIps           []*Address     `protobuf:"bytes,5,rep,name=source_ips,json=sourceIps,proto3" json:"source_ips,omitempty"`
    	NotSourceIps        []*Address     `protobuf:"bytes,6,rep,name=not_source_ips,json=notSourceIps,proto3" json:"not_source_ips,omitempty"`
    	DestinationIps      []*Address     `protobuf:"bytes,7,rep,name=destination_ips,json=destinationIps,proto3" json:"destination_ips,omitempty"`
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 31 02:27:10 UTC 2024
    - 29.7K bytes
    - Viewed (0)
Back to top