Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 35 for SNIHosts (0.23 sec)

  1. pkg/config/analysis/analyzers/testdata/virtualservice_dupmatches.yaml

    spec:
      hosts:
      - www1.example.com
      tls:
      - match:
        - port: 2443
          sniHosts:
          - www1.example.com
        route:
        - destination:
            host: www1.googleapis.com
      - match:
        - port: 2443
          sniHosts:
          - www1.example.com
        - port: 8443
          sniHosts:
          - www1.example.com
        route:
        - destination:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Nov 17 12:28:05 UTC 2021
    - 3.8K bytes
    - Viewed (0)
  2. samples/multicluster/expose-istiod.yaml

    spec:
      hosts:
      - "*"
      gateways:
      - istiod-gateway
      tls:
      - match:
        - port: 15012
          sniHosts:
          - "*"
        route:
        - destination:
            host: istiod.istio-system.svc.cluster.local
            port:
              number: 15012
      - match:
        - port: 15017
          sniHosts:
          - "*"
        route:
        - destination:
            host: istiod.istio-system.svc.cluster.local
            port:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Apr 22 16:29:16 UTC 2021
    - 967 bytes
    - Viewed (0)
  3. samples/multicluster/expose-istiod-rev.yaml.tmpl

      - istiod-gateway
      tls:
      - match:
        - port: 15012
          sniHosts:
          - "istiod-{{.Revision}}.istio-system.svc"
          - "istiod-{{.Revision}}.istio-system.svc.cluster.local"
        route:
        - destination:
            host: istiod-{{.Revision}}.istio-system.svc.cluster.local
            port:
              number: 15012
      - match:
        - port: 15017
          sniHosts:
          - "istiod-{{.Revision}}.istio-system.svc"
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Sep 22 05:22:46 UTC 2021
    - 1.2K bytes
    - Viewed (0)
  4. pilot/pkg/networking/core/tls.go

    			sniHosts = []string{string(service.Hostname)}
    			for _, a := range service.Attributes.Aliases {
    				alt := GenerateAltVirtualHosts(a.Hostname.String(), 0, node.DNSDomain)
    				sniHosts = append(sniHosts, a.Hostname.String())
    				sniHosts = append(sniHosts, alt...)
    			}
    		}
    		destinationRule := CastDestinationRule(node.SidecarScope.DestinationRule(
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Mar 28 17:09:02 UTC 2024
    - 14.7K bytes
    - Viewed (0)
  5. tests/integration/pilot/testdata/tunneling/gateway/tls/passthrough/virtual-service.tmpl.yaml

            subset: originate-tls-for-plain-traffic
            port:
              number: 443
      tls:
      - match:
        - port: {{ .externalSvcTlsPort }}
          sniHosts:
          - external.{{ .externalNamespace }}.svc.cluster.local
        route:
        - destination:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jul 05 17:19:27 UTC 2023
    - 1.6K bytes
    - Viewed (0)
  6. pilot/pkg/config/kube/gateway/testdata/eastwest-labelport.yaml.golden

      namespace: istio-system
    spec:
      gateways:
      - istio-system/eastwestgateway-istio-autogenerated-k8s-gateway-istiod-grpc
      hosts:
      - '*'
      tls:
      - match:
        - sniHosts:
          - '*'
        route:
        - destination:
            host: istiod.istio-system.svc.domain.suffix
            port:
              number: 15012
    ---
    apiVersion: networking.istio.io/v1alpha3
    kind: VirtualService
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Dec 11 20:21:53 UTC 2023
    - 2.9K bytes
    - Viewed (0)
  7. tests/testdata/networking/ingress-gateway/configs.yaml

    kind: VirtualService
    metadata:
      name: https
      namespace: istio-system
    spec:
      hosts:
      - https.secure.com
      gateways:
      - istio-system/istio-ingressgateway
      tls:
      - match:
        - sniHosts:
          - https.secure.com
        route:
        - destination:
            host: https.secure.com
            port:
              number: 443
    ---
    apiVersion: networking.istio.io/v1alpha3
    kind: VirtualService
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Oct 28 15:04:31 UTC 2020
    - 2.7K bytes
    - Viewed (0)
  8. releasenotes/notes/add-sni-host.yaml

    apiVersion: release-notes/v2
    kind: bug-fix
    area: networking
    issue:
    - 25691
    releaseNotes:
    - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Aug 11 21:20:58 UTC 2020
    - 177 bytes
    - Viewed (0)
  9. releasenotes/notes/ip-sni-hosts.yaml

    apiVersion: release-notes/v2
    kind: bug-fix
    area: traffic-management
    issue:
    - 33401
    releaseNotes:
    - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Mar 11 03:12:03 UTC 2022
    - 227 bytes
    - Viewed (0)
  10. tests/integration/pilot/testdata/tunneling/sidecar/virtual-service.tmpl.yaml

        - destination:
            host: external-forward-proxy.{{ .externalNamespace }}.svc.cluster.local
            subset: external-svc-tcp
            port:
              number: {{ .forwardProxyPort }}
      tls:
      - match:
        - sniHosts:
          - external.{{ .externalNamespace }}.svc.cluster.local
          port: {{ .externalSvcTlsPort }}
        route:
        - destination:
            host: external-forward-proxy.{{ .externalNamespace }}.svc.cluster.local
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 15 23:31:52 UTC 2022
    - 824 bytes
    - Viewed (0)
Back to top