package
0.0.0-20221205081027-fb1d94189521
Repository: https://github.com/ti-net2/apiserver.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.