January 14, 2016
View 93268d8

Don't dump authz request when body is too large

Brian Goff authored on 2016/01/14 07:01:48
December 18, 2015
View 5a64c80

authZ: more fixes

Antonio Murdaca authored on 2015/12/18 20:34:19
December 16, 2015
View 8435ea5

pkg: authorization: cleanup

Antonio Murdaca authored on 2015/12/16 20:01:04
December 15, 2015
View 46e3a24

pkg: authorization: add Err to tweak response status code

Antonio Murdaca authored on 2015/12/15 17:49:18
November 12, 2015
View 75c353f

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.

Liron Levin authored on 2015/11/12 20:06:47