Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for GatewayDuplicateCertificate (0.49 sec)

  1. pkg/config/analysis/msg/messages.gen.go

    	// GatewayDuplicateCertificate defines a diag.MessageType for message "GatewayDuplicateCertificate".
    	// Description: Duplicate certificate in multiple gateways may cause 404s if clients re-use HTTP2 connections.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 22 10:13:03 UTC 2024
    - 43.2K bytes
    - Viewed (0)
  2. pkg/config/analysis/analyzers/analyzers_test.go

    		},
    		analyzer: &gateway.CertificateAnalyzer{},
    		expected: []message{
    			{msg.GatewayDuplicateCertificate, "Gateway istio-system/gateway-01-test-01"},
    			{msg.GatewayDuplicateCertificate, "Gateway istio-system/gateway-02-test-01"},
    			{msg.GatewayDuplicateCertificate, "Gateway istio-system/gateway-01-test-02"},
    			{msg.GatewayDuplicateCertificate, "Gateway default/gateway-01-test-03"},
    		},
    	},
    	{
    		name: "webook",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jun 14 07:22:31 UTC 2024
    - 42.6K bytes
    - Viewed (0)
  3. pkg/config/analysis/msg/messages.yaml

            type: "[]string"
          - name: targetPort
            type: string
          - name: ports
            type: "[]int32"
    
    # https://github.com/envoyproxy/envoy/issues/6767
      - name: "GatewayDuplicateCertificate"
        code: IST0138
        level: Warning
        description: "Duplicate certificate in multiple gateways may cause 404s if clients re-use HTTP2 connections."
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 22 10:13:03 UTC 2024
    - 23.5K bytes
    - Viewed (0)
Back to top