Versions in this module Expand all Collapse all v0 v0.1.2 Apr 30, 2021 Changes in this version + func NewInProcessAuthorizer(query string, paths []string, opts ...Option) (rbac.Authorizer, error) + func NewRESTAuthorizer(u *url.URL, opts ...Option) rbac.Authorizer + type Input struct + Groups []string + Permission rbac.Permission + Resource string + Subject string + Tenant string + type Option func(c *config) + func LoggerOption(logger log.Logger) Option + func RegistererOption(r prometheus.Registerer) Option