fix issue with user realm sync and insufficient permissions using priviledge escalation
tronnet/workflows: Static Analysis -- Golang / static-go (push) Successful in 13s
tronnet/workflows: Static Analysis -- Golang / static-go (push) Successful in 13s
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user