feat: add internal cluster admin endpoints

This commit is contained in:
Philipp
2026-06-11 09:35:25 +02:00
parent 376f6249b2
commit fd9a99a6d8
15 changed files with 561 additions and 7 deletions
+2
View File
@@ -25,6 +25,8 @@ REDIS_ADDR=localhost:6379
# Secrets
# 32-byte key, base64 encoded. Replace locally.
MASTER_KEY_BASE64=
# Internal operator API token for /internal/* routes. Replace locally.
OPERATOR_TOKEN=
# Frontend
VITE_API_BASE_URL=http://localhost:8080