Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for credNames (0.1 sec)

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

    						// Verify the call works
    						ingressutil.SendRequestOrFail(t, ing, host, credName, ingressutil.TLS, tlsContextA,
    							ingressutil.ExpectedResponse{StatusCode: http.StatusOK})
    
    						// Now rotate the key/cert
    						ingressutil.RotateSecrets(t, credName, ingressutil.TLS,
    							ingressutil.IngressCredentialB, false)
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Apr 08 22:02:59 UTC 2024
    - 32.7K bytes
    - Viewed (0)
  2. tests/integration/security/egress_gateway_origination_test.go

    func TestSimpleTlsOrigination(t *testing.T) {
    	// nolint: staticcheck
    	framework.NewTest(t).
    		RequiresSingleNetwork(). // https://github.com/istio/istio/issues/37134
    		Run(func(t framework.TestContext) {
    			var (
    				credName        = "tls-credential-cacert"
    				fakeCredName    = "fake-tls-credential-cacert"
    				credNameMissing = "tls-credential-not-created-cacert"
    			)
    
    			credentialA := ingressutil.IngressCredential{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Apr 08 22:02:59 UTC 2024
    - 15.4K bytes
    - Viewed (0)
Back to top