diff --git a/plugins/auth-backend/src/lib/catalog/CatalogIdentityClient.ts b/plugins/auth-backend/src/lib/catalog/CatalogIdentityClient.ts index 8341b186a9..aecf018975 100644 --- a/plugins/auth-backend/src/lib/catalog/CatalogIdentityClient.ts +++ b/plugins/auth-backend/src/lib/catalog/CatalogIdentityClient.ts @@ -60,7 +60,6 @@ export class CatalogIdentityClient { filter[`metadata.annotations.${key}`] = value; } - // TODO(Rugvip): cache the token const { token } = await this.tokenManager.getToken(); const { items } = await this.catalogApi.getEntities({ filter }, { token });