Commit History

Author SHA1 Message Date
  Liron Levin 5ffc810df2 Fix 19575: Docker events doesn't work with authorization plugin 9 years ago
  Tibor Vass 5c630ea7c3 Rename authz to authorization for greater clarity 9 years ago
  Antonio Murdaca bb8e1dc8fa integration-cli: fix --net=none build 9 years ago
  Antonio Murdaca c28fc06e00 pkg: authorization: do not register the same plugin 9 years ago
  Antonio Murdaca 5a64c8027e authZ: more fixes 9 years ago
  Antonio Murdaca 46e3a249a1 pkg: authorization: add Err to tweak response status code 9 years ago
  Antonio Murdaca baba1a8493 reorder imports with goimports 9 years ago
  Liron Levin de4ffdfe48 Change authz plugin argument name 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