fix: Fixed serverscope for secret eso endpoint
Chart Release / chart (push) Successful in 23s
Server Deploy / deploy (push) Successful in 2m13s

This commit is contained in:
2026-09-09 08:57:21 +00:00
parent 9d7c4b72aa
commit bfe58c4cd2
+1
View File
@@ -300,6 +300,7 @@ var serverScopedRoutes = map[string]scopeDecl{
"DELETE /api/secrets/:group": exempt,
"DELETE /api/secrets/:group/:key": exempt,
"POST /api/secrets/:group/reveal": exempt,
"GET /api/secrets/:group/values": exempt,
// ---- status pages ----