implement pool-group and group-user ownership routes,

fix issue with config var scoping,
fix missing return in early exit conditions
This commit is contained in:
2026-03-26 19:35:55 +00:00
parent 8739186089
commit f17ae26506
6 changed files with 303 additions and 46 deletions

View File

@@ -12,7 +12,8 @@ type LDAPConfig struct {
}
type PVEConfig struct {
URL string `json:"url"`
URL string `json:"url"`
PAASClientRole string `json:"paas-client-role"`
}
type RealmConfig struct {