package
Version:
v0.0.0-...-13643d7
Opens a new window with list of versions in this module.
Published: Oct 5, 2021
License: MIT
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Backend struct {
Type string `yaml:"type"`
BasePath string `yaml:"base-path"`
Endpoints string `yaml:"endpoints"`
Username string `yaml:"username"`
Password string `yaml:"password"`
}
type Base struct {
ServeAddress string `yaml:"address"`
AdminPassword string `yaml:"admin-pass"`
}
type Config struct {
Dashboard Base `yaml:"dashboard"`
LDAP LDAP `yaml:"ldap"`
Provider Backend `yaml:"provider"`
}
type LDAP struct {
Enable bool `yaml:"enable"`
Address string `yaml:"address"`
BaseDN string `yaml:"base-dn"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.