package
0.0.0-20180911130330-d3ccc4fb1d66
Repository: https://github.com/rglyons/kube-arangodb.git
Documentation: pkg.go.dev
# Functions
NewAuthenticatedGroupAdder wraps a request authenticator, and adds the system:authenticated group when appropriate.
NewGroupAdder wraps a request authenticator, and adds the specified groups to the returned user when authentication succeeds.
NewTokenGroupAdder wraps a token authenticator, and adds the specified groups to the returned user when authentication succeeds.
# Structs
AuthenticatedGroupAdder adds system:authenticated group when appropriate.
GroupAdder adds groups to an authenticated user.Info.
TokenGroupAdder adds groups to an authenticated user.Info.