Sebastiaan van Stijn
|
cff4f20c44
migrate to github.com/containerd/log v0.1.0
|
hace 1 año |
Brian Goff
|
74da6a6363
Switch all logging to use containerd log pkg
|
hace 2 años |
Sebastiaan van Stijn
|
328de0b8d9
Update documentation links
|
hace 4 años |
odg0318
|
6ac73d34e4
If `Content-Type` is `application/json;charset=UTF-8`, `RequestBody` is empty.
|
hace 7 años |
Daniel Nephin
|
4f0d95fa6e
Add canonical import comment
|
hace 7 años |
Daniel Nephin
|
f7f101d57e
Add gosimple linter
|
hace 8 años |
Brian Goff
|
ebcb7d6b40
Remove string checking in API error handling
|
hace 8 años |
Derek McGowan
|
1009e6a40b
Update logrus to v1.0.1
|
hace 8 años |
Ben Firshman
|
f0d55cd081
Rename Remote API to Engine API
|
hace 8 años |
Riyaz Faizullabhoy
|
a64fc8eea3
Revert "Update authz plugin list on failure."
|
hace 8 años |
Antonio Murdaca
|
1452c1cc71
pkg/authorization: send request's TLS peer certificates to plugins
|
hace 8 años |
Anusha Ragunathan
|
fae904af02
Update authz plugin list on failure.
|
hace 8 años |
YuPengZTE
|
fa378413f8
Fix the typo of URLs
|
hace 8 años |
allencloud
|
4e959ef2f7
fix typos
|
hace 9 años |
allencloud
|
c1be45fa38
fix typos
|
hace 9 años |
Liron Levin
|
526abc00b1
Fix authorization issue - when request is denied return forbbiden exist code (403).
|
hace 9 años |
Liron Levin
|
ca5c2abecf
Fix #20508 - Authz plugin enabled with large text/JSON POST payload corrupts body
|
hace 9 años |
Liron Levin
|
5ffc810df2
Fix 19575: Docker events doesn't work with authorization plugin
|
hace 9 años |
Brian Goff
|
93268d845e
Don't dump authz request when body is too large
|
hace 9 años |
Antonio Murdaca
|
5a64c8027e
authZ: more fixes
|
hace 9 años |
Antonio Murdaca
|
46e3a249a1
pkg: authorization: add Err to tweak response status code
|
hace 9 años |
Antonio Murdaca
|
8435ea5289
pkg: authorization: cleanup
|
hace 9 años |
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.
|
hace 9 años |