feat: refine api key permissions and admin routes

This commit is contained in:
2026-05-10 23:22:26 +08:00
parent 0fc23d7eb8
commit d86651ff55
23 changed files with 1683 additions and 532 deletions
+1
View File
@@ -454,6 +454,7 @@ export interface GatewayApiKey {
tenantKey?: string;
userId?: string;
keyPrefix: string;
secret?: string;
name: string;
scopes?: string[];
userGroupId?: string;