Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
InternalGRPCPort int `yaml:"internalGrpcPort"`
IssuerURL string `yaml:"issuerUrl"`
Debug DebugConfig `yaml:"debug"`
}
Config is the configuration.
type DebugConfig ¶
type DebugConfig struct {
// UserOrgMap maps a registered user(email) to an organization name.
UserOrgMap map[string]string `yaml:"userOrgMap"`
// OrgRoleMap maps an organization name to a role name.
OrgRoleMap map[string]string `yaml:"orgRoleMap"`
// RoleScopesMap maps a role name to a list of scopes.
RoleScopesMap map[string][]string `yaml:"roleScopesMap"`
}
DebugConfig specifies the debug configurations.
Click to show internal directories.
Click to hide internal directories.