fetch_ml/internal
Jeremie Fraeys ea15af1833 Fix multi-user authentication and clean up debug code
- Fix YAML tags in auth config struct (json -> yaml)
- Update CLI configs to use pre-hashed API keys
- Remove double hashing in WebSocket client
- Fix port mapping (9102 -> 9103) in CLI commands
- Update permission keys to use jobs:read, jobs:create, etc.
- Clean up all debug logging from CLI and server
- All user roles now authenticate correctly:
  * Admin: Can queue jobs and see all jobs
  * Researcher: Can queue jobs and see own jobs
  * Analyst: Can see status (read-only access)

Multi-user authentication is now fully functional.
2025-12-06 12:35:32 -05:00
..
api Fix multi-user authentication and clean up debug code 2025-12-06 12:35:32 -05:00
auth Fix multi-user authentication and clean up debug code 2025-12-06 12:35:32 -05:00
config Fix multi-user authentication and clean up debug code 2025-12-06 12:35:32 -05:00
container Fix multi-user authentication and clean up debug code 2025-12-06 12:35:32 -05:00
controller Fix multi-user authentication and clean up debug code 2025-12-06 12:35:32 -05:00
errtypes Fix multi-user authentication and clean up debug code 2025-12-06 12:35:32 -05:00
experiment Fix multi-user authentication and clean up debug code 2025-12-06 12:35:32 -05:00
fileutil Fix multi-user authentication and clean up debug code 2025-12-06 12:35:32 -05:00
logging Fix multi-user authentication and clean up debug code 2025-12-06 12:35:32 -05:00
metrics Fix multi-user authentication and clean up debug code 2025-12-06 12:35:32 -05:00
middleware Fix multi-user authentication and clean up debug code 2025-12-06 12:35:32 -05:00
network Fix multi-user authentication and clean up debug code 2025-12-06 12:35:32 -05:00
queue Fix multi-user authentication and clean up debug code 2025-12-06 12:35:32 -05:00
storage Fix multi-user authentication and clean up debug code 2025-12-06 12:35:32 -05:00
telemetry Fix multi-user authentication and clean up debug code 2025-12-06 12:35:32 -05:00