diff --git a/pkg/innerring/rpc.go b/pkg/innerring/rpc.go index b649e839e..77fb08554 100644 --- a/pkg/innerring/rpc.go +++ b/pkg/innerring/rpc.go @@ -47,7 +47,7 @@ type ( func newClientCache(p *clientCacheParams) *ClientCache { return &ClientCache{ log: p.Log, - cache: cache.NewSDKClientCache(cache.ClientCacheOpts{AllowExternal: p.AllowExternal}), + cache: cache.NewSDKClientCache(cache.ClientCacheOpts{AllowExternal: p.AllowExternal, Key: p.Key}), key: p.Key, sgTimeout: p.SGTimeout, headTimeout: p.HeadTimeout,