Documentation ¶
Overview ¶
Package path contains an authorizer that allows certain paths and path prefixes.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewAuthorizer ¶
func NewAuthorizer(alwaysAllowPaths []string) (authorizer.Authorizer, error)
NewAuthorizer returns an authorizer which accepts a given set of paths. Each path is either a fully matching path or it ends in * in case a prefix match is done. A leading / is optional.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.