feat(proxy_server.py): support key lists for /key/info

This commit is contained in:
Krrish Dholakia 2024-02-10 14:24:12 -08:00
parent 525b0dc4fd
commit 6b83001459
4 changed files with 61 additions and 21 deletions

View file

@ -187,6 +187,12 @@ const UsagePage: React.FC<UsagePageProps> = ({
};
fetchData();
}
if (topKeys.length > 0) {
/**
* get the key alias / secret names for the created keys
* Use that for the key name instead of token hash for easier association
*/
}
}, [accessToken, token, userRole, userID, startTime, endTime]);
topUsers.forEach((obj) => {