Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestConstructSdsSecretConfigForCredential (0.41 sec)

  1. pilot/pkg/security/model/authentication_test.go

    			if !cmp.Equal(tlsContext, test.expected, protocmp.Transform()) {
    				t.Errorf("got(%#v), want(%#v)\n", spew.Sdump(tlsContext), spew.Sdump(test.expected))
    			}
    		})
    	}
    }
    
    func TestConstructSdsSecretConfigForCredential(t *testing.T) {
    	testCases := []struct {
    		credentialSocketExists bool
    		name                   string
    		expected               *auth.SdsSecretConfig
    	}{
    		{
    			credentialSocketExists: true,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Feb 20 22:39:21 UTC 2024
    - 18.9K bytes
    - Viewed (0)
Back to top