Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 28 of 28 for Mathis (0.13 sec)

  1. pkg/config/xds/filter_types.gen.go

    //go:build !agent
    // +build !agent
    
    // Copyright Istio Authors
    //
    // Licensed under the Apache License, Version 2.0 (the "License");
    // you may not use this file except in compliance with the License.
    // You may obtain a copy of the License at
    //
    //     http://www.apache.org/licenses/LICENSE-2.0
    //
    // Unless required by applicable law or agreed to in writing, software
    // distributed under the License is distributed on an "AS IS" BASIS,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sun Jun 02 02:48:23 UTC 2024
    - 26.9K bytes
    - Viewed (0)
  2. pilot/pkg/model/telemetry_logging_test.go

    // Copyright Istio Authors
    //
    // Licensed under the Apache License, Version 2.0 (the "License");
    // you may not use this file except in compliance with the License.
    // You may obtain a copy of the License at
    //
    //     http://www.apache.org/licenses/LICENSE-2.0
    //
    // Unless required by applicable law or agreed to in writing, software
    // distributed under the License is distributed on an "AS IS" BASIS,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jun 14 04:34:30 UTC 2024
    - 54K bytes
    - Viewed (0)
  3. pilot/pkg/networking/core/cluster_builder_test.go

    // Copyright Istio Authors. All Rights Reserved.
    //
    // Licensed under the Apache License, Version 2.0 (the "License");
    // you may not use this file except in compliance with the License.
    // You may obtain a copy of the License at
    //
    //     http://www.apache.org/licenses/LICENSE-2.0
    //
    // Unless required by applicable law or agreed to in writing, software
    // distributed under the License is distributed on an "AS IS" BASIS,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 110.4K bytes
    - Viewed (0)
  4. pkg/test/framework/suite.go

    func deriveSuiteName(caller string) string {
    	d := filepath.Dir(caller)
    	// We will trim out paths preceding some well known paths. This should handle anything in istio or docs repo,
    	// as well as special case tests/integration. The end result is a test under ./tests/integration/pilot/ingress
    	// will become pilot_ingress
    	// Note: if this fails to trim, we end up with "ugly" suite names but otherwise no real impact.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 22:12:34 UTC 2024
    - 17.2K bytes
    - Viewed (0)
  5. 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)
  6. 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)
  7. 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)
  8. 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