Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Run ¶
func Run(args []string, factory managerservice.ManagerFactory) error
Types ¶
type Authenticator ¶
type JWTAuthenticator ¶
type JWTAuthenticator struct {
// contains filtered or unexported fields
}
func NewJWTAuthenticator ¶
func NewJWTAuthenticator(ctx context.Context, publicKeyResource, issuer, audience, scope string) (*JWTAuthenticator, error)
func (*JWTAuthenticator) Authenticate ¶
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
func New ¶
func New(service *managerservice.Service) *Server
func NewAuthenticated ¶
func NewAuthenticated(service *managerservice.Service, authenticator Authenticator) *Server
Click to show internal directories.
Click to hide internal directories.