This repository has been archived by the owner on Oct 23, 2023. It is now read-only.
Feat: Enable proxy-authorization in admin client #1474
Annotations
10 errors
clients/go/admin/auth_interceptor_test.go#L120
cannot use &mocks.TokenCache{} (value of type *"github.com/flyteorg/flyteidl/clients/go/admin/cache/mocks".TokenCache) as type *PerRPCCredentialsFuture in argument to NewAuthInterceptor
|
clients/go/admin/auth_interceptor_test.go#L156
cannot use &mocks.TokenCache{} (value of type *"github.com/flyteorg/flyteidl/clients/go/admin/cache/mocks".TokenCache) as type *PerRPCCredentialsFuture in argument to NewAuthInterceptor
|
clients/go/admin/auth_interceptor_test.go#L187
cannot use &mocks.TokenCache{} (value of type *"github.com/flyteorg/flyteidl/clients/go/admin/cache/mocks".TokenCache) as type *PerRPCCredentialsFuture in argument to NewAuthInterceptor
|
clients/go/admin/auth_interceptor_test.go#L226
cannot use &mocks.TokenCache{} (value of type *"github.com/flyteorg/flyteidl/clients/go/admin/cache/mocks".TokenCache) as type *PerRPCCredentialsFuture in argument to NewAuthInterceptor
|
clients/go/admin/auth_interceptor_test.go#L260
cannot use &mocks.TokenCache{} (value of type *"github.com/flyteorg/flyteidl/clients/go/admin/cache/mocks".TokenCache) as type *PerRPCCredentialsFuture in argument to MaterializeCredentials
|
clients/go/admin/auth_interceptor_test.go#L283
cannot use &mocks.TokenCache{} (value of type *"github.com/flyteorg/flyteidl/clients/go/admin/cache/mocks".TokenCache) as type *PerRPCCredentialsFuture in argument to MaterializeCredentials
|
clients/go/admin/auth_interceptor_test.go#L294
cannot use tokenCache (variable of type *cache.TokenCacheInMemoryProvider) as type *PerRPCCredentialsFuture in argument to NewProxyAuthInterceptor
|
clients/go/admin/auth_interceptor_test.go#L327
cannot use tokenCache (variable of type *cache.TokenCacheInMemoryProvider) as type *PerRPCCredentialsFuture in argument to setHTTPClientContext
|
clients/go/admin/auth_interceptor_test.go#L346
cannot use tokenCache (variable of type *cache.TokenCacheInMemoryProvider) as type *PerRPCCredentialsFuture in argument to setHTTPClientContext
|
clients/go/admin/auth_interceptor_test.go#L361
cannot use tokenCache (variable of type *cache.TokenCacheInMemoryProvider) as type *PerRPCCredentialsFuture in argument to setHTTPClientContext
|
The logs for this run have expired and are no longer available.
Loading