implement pool group and user get routes,
improvements to http return codes, add localdb backend handler
This commit is contained in:
@@ -16,6 +16,12 @@ type PVEConfig struct {
|
||||
PAASClientRole string `json:"paas-client-role"`
|
||||
}
|
||||
|
||||
type LDAPConfig struct {
|
||||
BaseDN string `json:""`
|
||||
LdapURL string
|
||||
StartTLS bool
|
||||
}
|
||||
|
||||
type Config struct {
|
||||
ListenPort int `json:"listenPort"`
|
||||
SessionCookieName string `json:"sessionCookieName"`
|
||||
|
||||
Reference in New Issue
Block a user