package
0.0.0-20190227164740-65204284e1d7
Repository: https://github.com/m3db/m3ctl.git
Documentation: pkg.go.dev
# Functions
NewNoopAuth creates a new noop auth instance.
# Constants
NoAuthorization is the no authorizationType case.
ReadOnlyAuthorization is the read only authorizationType case.
ReadWriteAuthorization is the read and write authorizationType case.
UnknownAuthorization is the unknown authorizationType case.
UserIDField is a key.
WriteOnlyAuthorization is the write only authorizationType case.
# Structs
SimpleAuthConfig holds this configuration necessary for a simple auth implementation.
# Interfaces
HTTPAuthService defines how to handle requests for various http authentication and authorization methods.
# Type aliases
AuthorizationType designates a type of authorization.