Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 27 for ClusterLocalFQDN (0.43 sec)

  1. tests/integration/security/testdata/reachability/migration.yaml.tmpl

    metadata:
      name: "{{ .To.ServiceName }}"
    spec:
      hosts:
      - "{{ .To.ClusterLocalFQDN }}"
      http:
      - name: "vistio-route"
        match:
        - uri:
            prefix: "/vistio"
        route:
        - destination:
            host: "{{ .To.ClusterLocalFQDN }}"
            subset: "vistio"
      - name: "legacy-by-default"
        route:
        - destination:
            host: "{{ .To.ClusterLocalFQDN }}"
            subset: "vlegacy"
    ---
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jul 06 18:43:28 UTC 2022
    - 975 bytes
    - Viewed (0)
  2. pkg/test/framework/components/echo/echotest/filters_test.go

    							// TODO if the destinations would change based on which cluster then add cluster to srCkey
    							fromKey := from.Config().ClusterLocalFQDN()
    							toKey := to.Config().ClusterLocalFQDN()
    							if testTopology[fromKey] == nil {
    								testTopology[fromKey] = map[string]int{}
    							}
    							testTopology[fromKey][toKey]++
    						})
    				},
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 22:12:34 UTC 2024
    - 13.1K bytes
    - Viewed (0)
  3. pkg/test/framework/components/echo/services.go

    	return len(d)
    }
    
    // Less returns true if the element at i should appear before the element at j in a sorted Services
    func (d Services) Less(i, j int) bool {
    	return strings.Compare(d[i].Config().ClusterLocalFQDN(), d[j].Config().ClusterLocalFQDN()) < 0
    }
    
    // Swap switches the positions of elements at i and j (used for sorting).
    func (d Services) Swap(i, j int) {
    	d[i], d[j] = d[j], d[i]
    }
    
    // Copy this services array.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Apr 21 16:42:24 UTC 2022
    - 3.1K bytes
    - Viewed (0)
  4. tests/integration/security/egress_sidecar_tls_origination_test.go

        matchLabels:
          app: {{.WorkloadSelector}}
      exportTo:
        - .
      host: "{{ .to.Config.ClusterLocalFQDN }}"
      trafficPolicy:
        portLevelSettings:
          - port:
              number: 80
            tls:
              mode: {{.Mode}}
              credentialName: {{.CredentialName}}
              sni: {{ .to.Config.ClusterLocalFQDN }}
    `
    	t.ConfigIstio().Eval(clientNamespace.Name(), args, se, dr).ApplyOrFail(t, apply.NoCleanup)
    }
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Apr 08 22:02:59 UTC 2024
    - 10.4K bytes
    - Viewed (0)
  5. tests/integration/security/egress_gateway_origination_test.go

          - port:
              number: 443
            tls:
              mode: ISTIO_MUTUAL
              sni: {{ .to.Config.ClusterLocalFQDN }}
    `
    	vs := `
    apiVersion: networking.istio.io/v1beta1
    kind: VirtualService
    metadata:
      name: route-via-egressgateway-sds
    spec:
      hosts:
        - {{ .to.Config.ClusterLocalFQDN }}
      gateways:
        - istio-egressgateway-sds
        - mesh
      http:
        - match:
            - gateways:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Apr 08 22:02:59 UTC 2024
    - 15.4K bytes
    - Viewed (0)
  6. tests/integration/security/testdata/authz/mtls.yaml.tmpl

          app: "{{ .To.ServiceName }}"
      mtls:
        mode: STRICT
    ---
    apiVersion: networking.istio.io/v1beta1
    kind: DestinationRule
    metadata:
      name: {{ .To.ServiceName }}
    spec:
      host: "{{ .To.ClusterLocalFQDN }}"
      trafficPolicy:
        tls:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jul 06 18:43:28 UTC 2022
    - 398 bytes
    - Viewed (0)
  7. pkg/test/framework/components/echo/instances.go

    	return i.Config().NamespaceName()
    }
    
    func (i Instances) ServiceAccountName() string {
    	return i.Config().ServiceAccountName()
    }
    
    func (i Instances) ClusterLocalFQDN() string {
    	return i.Config().ClusterLocalFQDN()
    }
    
    func (i Instances) ClusterSetLocalFQDN() string {
    	return i.Config().ClusterSetLocalFQDN()
    }
    
    func (i Instances) NamespacedName() NamespacedName {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 25 18:26:17 UTC 2024
    - 4.7K bytes
    - Viewed (0)
  8. tests/integration/security/testdata/reachability/workload-dr.yaml.tmpl

    apiVersion: networking.istio.io/v1beta1
    kind: DestinationRule
    metadata:
      name: "{{ .To.ServiceName }}"
    spec:
      host: "{{ .To.ClusterLocalFQDN }}"
      trafficPolicy:
        tls:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jul 06 18:43:28 UTC 2022
    - 200 bytes
    - Viewed (0)
  9. tests/integration/security/testdata/authz/conditions.yaml.tmpl

        - key: connection.sni
          values: [ "*.{{ .To.ClusterLocalFQDN }}" ]
      - to:
        - operation:
            paths: [ "/connection-sni-bad" ]
        when:
        - key: connection.sni
          values: [ "never-matched" ]
      - to:
          - operation:
              paths: [ "/connection-sni-notValues" ]
        when:
          - key: connection.sni
            notValues: [ "*.{{ .To.ClusterLocalFQDN }}" ]
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon May 08 07:03:01 UTC 2023
    - 4K bytes
    - Viewed (0)
  10. tests/integration/pilot/common/routing.go

    		}
    		address := wl[0].Address()
    		// We test all variants with no port, the expected port, and a random port.
    		hosts := []string{
    			cfg.ClusterLocalFQDN(),
    			fmt.Sprintf("%s:%d", cfg.ClusterLocalFQDN(), port),
    			fmt.Sprintf("%s:12345", cfg.ClusterLocalFQDN()),
    			fmt.Sprintf("%s.%s.svc", cfg.Service, cfg.Namespace.Name()),
    			fmt.Sprintf("%s.%s.svc:%d", cfg.Service, cfg.Namespace.Name(), port),
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 08 21:52:51 UTC 2024
    - 135.9K bytes
    - Viewed (0)
Back to top