Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestGetPublicKeyUsingTLS (0.3 sec)

  1. pilot/pkg/model/jwks_resolver_test.go

    	if got, want := r.refreshJobKeyChangedCount, uint64(0); got != want {
    		t.Errorf("JWKs Resolver Refreshed Key Count => expected %d but got %d", want, got)
    	}
    }
    
    func TestGetPublicKeyUsingTLS(t *testing.T) {
    	r := newJwksResolverWithCABundlePaths(
    		JwtPubKeyEvictionDuration,
    		JwtPubKeyRefreshInterval,
    		JwtPubKeyRefreshIntervalOnFailure,
    		testRetryInterval,
    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