Documentation
¶
Overview ¶
Package usecase provides the Authorization Proxy daemon implementation.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AuthzProxyDaemon ¶
type AuthzProxyDaemon interface { Init(ctx context.Context) error Start(ctx context.Context) <-chan []error }
AuthzProxyDaemon represents Authorization Proxy daemon behavior.
func New ¶
func New(cfg config.Config) (AuthzProxyDaemon, error)
New returns a Authorization Proxy daemon, or error occurred. The daemon contains a token service authentication and authorization server. This function will also initialize the mapping rules for the authentication and authorization check.
Click to show internal directories.
Click to hide internal directories.