You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Authenticator and Authorizer interfaces are defined in broker/auth.go but there are zero concrete implementations for external auth backends. Only test mocks exist. Every deployment must implement custom Authenticator in Go — there is no way to delegate auth to an external HTTP or gRPC service.
Authenticator and Authorizer interfaces are defined in broker/auth.go but there are zero concrete implementations for external auth backends. Only test mocks exist. Every deployment must implement custom Authenticator in Go — there is no way to delegate auth to an external HTTP or gRPC service.