Commit History

Author SHA1 Message Date
  Antonio Murdaca d1b7e8373b authz: cleanups 9 years ago
  allencloud c1be45fa38 fix typos 9 years ago
  Vincent Demeester f87053b9c3 Use dockerd instead of docker daemon in integration-cli 9 years ago
  Antonio Murdaca 9613acbe5c integration-cli: test load/import with authz plugins 9 years ago
  Liron Levin 526abc00b1 Fix authorization issue - when request is denied return forbbiden exist code (403). 9 years ago
  Liron Levin 3c157713b3 Extend Docker authorization with TLS user information 9 years ago
  Phil Estes 4781d5c4fb Unskip authz events test after fixes 9 years ago
  Antonio Murdaca 076b3558fc Merge pull request #20509 from estesp/cleanup-authz-test 9 years ago
  Phil Estes fe015c5ce0 Allow post-start load of busybox to remove restarts 9 years ago
  Arnaud Porterie b9195cd6d4 Merge pull request #20464 from cpuguy83/fix_events_flakiness 9 years ago
  Arnaud Porterie 6e0f873f05 Temporarily skip TestAuthZPluginAllowEventStream 9 years ago
  Phil Estes 074561b0ec Clean up authz integration-cli test 9 years ago
  Brian Goff abbf2aa6dd Fix events test flakiness. 9 years ago
  Brian Goff 4cf9b725f2 Fix flakey TestAuthZPluginAllowEventStream 9 years ago
  Victor Vieux 99a396902f fix common misspell 9 years ago
  Stefan Scherer 36a974a1a6 Fix TestAuthZPluginAllowEventStream for multiarch 9 years ago
  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