Versions in this module Expand all Collapse all v1 v1.0.0 Apr 28, 2021 Changes in this version + type Admin struct + Email string + Password string + Username string + type Auth struct + Type string + type Configuration struct + type ConfigurationReader interface + GetConfig func(context.Context) (*Configuration, error) + type ConfigurationWriter interface + CreateOrUpdate func(context.Context, []byte) error + type General struct + ApplicationAdminData *Admin + EnableApplicationAdmin bool + JwtSecretKey string + type Keycloak struct + BasePath string + ClientID string + ClientSecret string + OTP bool + Realm string + type KeycloakReactApp struct + BasePath string + ClientID string + Realm string + type LDAP struct + AdminGroup string + Base string + BindDN string + BindPassword string + GroupFilter string + Host string + InsecureSkipVerify string + Port string + SkipTLS string + UseSSL string + UserFilter string + type Manager struct + APIEndpoint string + AccountEndpoint string + AnalyticEndpoint string + AuthEndpoint string + ManagerEndpoint string + ManagerPath string