k3s/pkg/auth
Kris Rousey 6904c4d585 Fixing a lot of string formatting issues with regards to:
* Improper format specifier (e.g. %s for bools or %s for ints)
  * More or less parameters than format specifiers
  * Not calling a formatting function when it should have (e.g. Error() instead of Errorf())
2015-03-31 16:47:10 -07:00
..
authenticator Add basicauth and password authenticators 2014-11-24 17:52:10 -05:00
authorizer Fixing a lot of string formatting issues with regards to: 2015-03-31 16:47:10 -07:00
handlers Put user in context, map requests to context above resthandler layer 2015-02-12 20:58:04 -05:00
user Initial addition of groups to user/policy 2014-12-18 15:33:45 -05:00