Refactor Admin UI to use unified IAM storage and add Shutdown hook

This commit is contained in:
Chris Lu
2026-01-23 20:27:53 -08:00
parent 81009c1a81
commit e559b8df37
2 changed files with 11 additions and 20 deletions

View File

@@ -368,6 +368,8 @@ func startAdminServer(ctx context.Context, options AdminOptions, enableUI bool)
return fmt.Errorf("admin server forced to shutdown: %w", err)
}
adminServer.Shutdown()
return nil
}