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

This commit is contained in:
alu
2026-08-31 18:50:52 +00:00
parent aabefd64df
commit c6e288058b
4 changed files with 98 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)