Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Authorizer ¶
type Authorizer struct {
Context context.Context
Logger *zerolog.Logger
Configuration *config.Common
Server *server.Server
RuntimeResolver resolvers.RuntimeResolver
}
Authorizer is an Aserto Edge Authorizer instance It's responsible with managing the Aserto Edge API, the User Directory and the OPA plugins
func (*Authorizer) Start ¶
func (e *Authorizer) Start() error
Start starts all services required by the Engine
Click to show internal directories.
Click to hide internal directories.