fix issue with user realm sync and insufficient permissions using priviledge escalation
tronnet/workflows: Static Analysis -- Golang / static-go (push) Successful in 13s

This commit is contained in:
alu
2026-08-31 19:55:41 +00:00
parent aabefd64df
commit 8b9c8c14d5
4 changed files with 101 additions and 82 deletions
+5
View File
@@ -2,6 +2,11 @@ package app
import paas "proxmoxaas-common-lib"
type Realm struct {
Type string
Config any
}
type Backend interface {
NewPool(poolname string, pool Pool) (int, error)
ModPool(poolname string, pool Pool) (int, error)