Auth: Decouple client and hook registration (#85084)

This commit is contained in:
Karl Persson
2024-04-04 09:33:00 +02:00
committed by GitHub
parent bdc492b96c
commit 504870f10a
11 changed files with 148 additions and 145 deletions
+3
View File
@@ -481,6 +481,9 @@ const (
ActionLibraryPanelsRead = "library.panels:read"
ActionLibraryPanelsWrite = "library.panels:write"
ActionLibraryPanelsDelete = "library.panels:delete"
// Usage stats actions
ActionUsageStatsRead = "server.usagestats.report:read"
)
var (