Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for IngressKubeSecretYAML (0.17 sec)

  1. tests/integration/security/sds_ingress/util/util.go

    	PrivateKey:  TLSServerKeyB,
    	Certificate: TLSServerCertB,
    }
    
    var (
    	A  echo.Instances
    	VM echo.Instances
    )
    
    // IngressKubeSecretYAML will generate a credential for a gateway
    func IngressKubeSecretYAML(name, namespace string, ingressType CallType, ingressCred IngressCredential) string {
    	// Create Kubernetes secret for ingress gateway
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Jul 25 05:12:36 UTC 2023
    - 20.2K bytes
    - Viewed (0)
  2. tests/integration/pilot/common/routing.go

    			}
    		},
    	})
    	t.RunTraffic(TrafficTestCase{
    		name:           "cipher suite",
    		targetMatchers: []match.Matcher{match.NotWaypoint},
    		config: gatewayTmpl + httpVirtualServiceTmpl +
    			ingressutil.IngressKubeSecretYAML("cred", "{{.IngressNamespace}}", ingressutil.TLS, ingressutil.IngressCredentialA),
    		templateVars: func(src echo.Callers, dests echo.Instances) map[string]any {
    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