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
ServerOptions []grpc.ServerOption
Configuration *config.Config
ServiceBuilder *builder.ServiceFactory
Manager *builder.ServiceManager
Resolver *resolvers.Resolvers
AuthorizerServer *impl.AuthorizerServer
}
Authorizer is an authorizer service instance, responsible for managing the authorizer API, user directory instance and the OPA plugins.
func (*Authorizer) AddGRPCServerOptions ¶ added in v0.25.0
func (e *Authorizer) AddGRPCServerOptions(grpcOptions ...grpc.ServerOption)
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.