Add authorization framework for gRPC methods

This commit is contained in:
Theodor S. Midtlien
2026-09-08 17:20:02 +02:00
parent b2f7eacd34
commit 2df40fcc26
8 changed files with 354 additions and 159 deletions
+1 -1
View File
@@ -46,7 +46,7 @@ type program struct {
jsonServMu sync.Mutex
serverInstance *server.Server
serverInstanceMu sync.Mutex
ruleGate *ipcauth.RuleGate
authzGate *ipcauth.AuthzGate
}
func init() {