Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type KeycloakCacheConfig ¶ added in v0.8.4
type KeycloakConfig ¶ added in v0.8.4
type KeycloakConfig struct {
BaseURL string
ClientID string
ClientSecret string
PageSize int
Cache KeycloakCacheConfig
}
type OpenFGAConfig ¶ added in v0.8.4
type PaginationConfig ¶ added in v0.8.4
type RolesConfig ¶ added in v0.8.4
type RolesConfig struct {
FilePath string
}
type ServiceConfig ¶
type ServiceConfig struct {
Port int
OpenFGA OpenFGAConfig
JWT JWTConfig
IDM IDMConfig
Keycloak KeycloakConfig
Pagination PaginationConfig
Sorting SortingConfig
Roles RolesConfig
}
func NewServiceConfig ¶ added in v0.13.1
func NewServiceConfig() *ServiceConfig
func (*ServiceConfig) AddFlags ¶ added in v0.13.1
func (c *ServiceConfig) AddFlags(fs *pflag.FlagSet)
type SortingConfig ¶ added in v0.8.4
Click to show internal directories.
Click to hide internal directories.