Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type APIKeyCacheConfig ¶ added in v0.20.0
type APIKeyCacheConfig struct {
SyncInterval time.Duration `yaml:"syncInterval"`
UserManagerServerInternalAddr string `yaml:"userManagerServerInternalAddr"`
}
APIKeyCacheConfig is the API key cache configuration.
type Config ¶
type Config struct {
InternalGRPCPort int `yaml:"internalGrpcPort"`
IssuerURL string `yaml:"issuerUrl"`
APIKeyCacheConfig APIKeyCacheConfig `yaml:"apiKeyCache"`
// RoleScopesMap maps a role name to a list of scopes.
RoleScopesMap map[string][]string `yaml:"roleScopesMap"`
Debug DebugConfig `yaml:"debug"`
}
Config is the configuration.
type DebugConfig ¶
type DebugConfig struct {
// APIKeyRole is the role name associated with the API key.
APIKeyRole string `yaml:"apiKeyRole"`
}
DebugConfig specifies the debug configurations.
Click to show internal directories.
Click to hide internal directories.