Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 34 of 34 for Mathis (0.08 sec)

  1. tests/integration/ambient/baseline_test.go

        to:
        - operation:
            paths: ["/denied-identity"]
            methods: ["GET"]
      - to:
        - operation:
            methods: ["GET"]
            paths: ["/allowed-wildcard*"]
      - to:
        - operation:
            methods: ["GET"]
            paths: ["/headers"]
        when:
        - key: request.headers[x-test-header]
          values: ["match"]
          notValues: ["do-not-match"]
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 00:07:28 UTC 2024
    - 78.4K bytes
    - Viewed (0)
  2. tests/integration/pilot/ingress_test.go

    spec:
      ingressClassName: %s
      tls:
      - hosts: ["foo.example.com"]
        secretName: k8s-ingress-secret-foo
      - hosts: ["bar.example.com"]
        secretName: k8s-ingress-secret-bar
      rules:
      - http:
          paths:
          - backend:
              service:
                name: b
                port:
                  name: http
            path: %s/namedport
            pathType: ImplementationSpecific
          - backend:
              service:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 22:12:34 UTC 2024
    - 19.5K bytes
    - Viewed (0)
  3. pkg/kube/util.go

    		// * Cluster.Server (and ProxyURL). This allows the user to send requests to arbitrary URLs, enabling potential SSRF attacks.
    		//   However, we don't actually know what valid URLs are, so we cannot reasonably constrain this. Instead,
    		//   we try to limit what confidential information could be exfiltrated (from AuthInfo). Additionally, the user cannot control
    		//   the paths we send requests to, limiting potential attack scope.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 05:10:23 UTC 2024
    - 18.6K bytes
    - Viewed (0)
  4. pkg/config/analysis/analyzers/analyzers_test.go

    		expected:   []message{
    			// no messages, this test case verifies no false positives
    		},
    	},
    	{
    		name:       "externalControlPlaneValidWebhooks",
    		inputFiles: []string{"testdata/externalcontrolplane-valid-urls-custom-ns.yaml"},
    		analyzer:   &externalcontrolplane.ExternalControlPlaneAnalyzer{},
    		expected:   []message{
    			// no messages, this test case verifies no false positives
    		},
    	},
    	{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jun 14 07:22:31 UTC 2024
    - 42.6K bytes
    - Viewed (0)
Back to top