From 7023e7066b4fd760686e3658724a61ba615bd6d1 Mon Sep 17 00:00:00 2001 From: Joe Porpeglia Date: Wed, 26 Jan 2022 17:20:08 -0500 Subject: [PATCH] Remove todo Signed-off-by: Joe Porpeglia --- plugins/auth-backend/src/lib/catalog/CatalogIdentityClient.ts | 1 - 1 file changed, 1 deletion(-) 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 });