Commit History

Author SHA1 Message Date
  Sebastiaan van Stijn cff4f20c44 migrate to github.com/containerd/log v0.1.0 1 year ago
  Brian Goff 74da6a6363 Switch all logging to use containerd log pkg 2 years ago
  Sebastiaan van Stijn 412c650e05 pkg/*: fix "empty-lines" (revive) 2 years ago
  Justen Martin 23ab331979 Removed deprecated CloseNotifier logic 5 years ago
  Brian Goff 74f8e47352 Limit authz response buffer 7 years ago
  Daniel Nephin 4f0d95fa6e Add canonical import comment 7 years ago
  Derek McGowan 1009e6a40b Update logrus to v1.0.1 8 years ago
  Yong Tang 9cb8fb6ea0 Fix AuthZ plugins headers change issue 9 years ago
  lixiaobing10051267 d6556a6ef7 Func name wrong in notes of response.go 9 years ago
  Yong Tang a72b45dbec Fix logrus formatting 9 years ago
  allencloud 3f77baf2ce fix typos 9 years ago
  Alexander Morozov 07b568cb53 pkg: cleanup some unused code 9 years ago
  Stefan Weil 2eee613326 Fix some typos in comments and strings 9 years ago
  Liron Levin 5ffc810df2 Fix 19575: Docker events doesn't work with authorization plugin 9 years ago
  Antonio Murdaca 8435ea5289 pkg: authorization: cleanup 9 years ago
  Liron Levin 75c353f0ad Docker authorization plug-in infrastructure enables extending the functionality of the Docker daemon with respect to user authorization. The infrastructure enables registering a set of external authorization plug-in. Each plug-in receives information about the user and the request and decides whether to allow or deny the request. Only in case all plug-ins allow accessing the resource the access is granted. 9 years ago