Commit Graph

4 Commits

Author SHA1 Message Date
Riccardo Schirone c30b1707ed orchestrator/scheduler: make competition api/token configurable (#182) 2025-03-10 14:11:29 +01:00
Henrik Brodin fd21d0020c Implements configurable authentication (#181)
* Implements configurable authentication

This removes the hardcoded auth and introduces a tool for generating the
required keys/tokens/tokenhash values.

buttercup-auth-tool --env

this will output all information needed to configure the server and
client side.

* lint

* Use new auth in ci
2025-03-10 09:51:29 +01:00
Riccardo Schirone b0dc8cf68a patcher: simplify with Command and remove some older parts (#91)
* patcher: use pydantic basemodel
* patcher: restructure to use Command
* patcher: remove mock mode because not needed anymore
* remove also env var in docker compose for mock mode
* patcher: remove filtering for now
* patcher: remove | None to fields with default
2025-02-27 14:59:53 +01:00
Riccardo Schirone b27d6597ae common: make queue timeouts configurable (#75) 2025-02-19 14:51:10 -05:00