Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for testDifferentKeys (0.1 sec)

  1. pilot/pkg/model/jwks_resolver_test.go

    		want    bool
    		wantErr bool
    	}{
    		{"testEquivalentStrings", args{test.JwtPubKey1, test.JwtPubKey1}, false, false},
    		{"testReorderedKeys", args{test.JwtPubKey1, test.JwtPubKey1Reordered}, false, false},
    		{"testDifferentKeys", args{test.JwtPubKey1, test.JwtPubKey2}, true, false},
    		{"testOldJsonParseFailure", args{"This is not JSON", test.JwtPubKey1}, true, false},
    		{"testNewJsonParseFailure", args{test.JwtPubKey1, "This is not JSON"}, false, true},
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Feb 23 09:47:21 UTC 2024
    - 19.2K bytes
    - Viewed (0)
Back to top