This website requires JavaScript.
Explore
Help
Sign in
kotovalexarian-likes-github
/
moby--moby
Watch
1
Star
0
Fork
You've already forked moby--moby
0
mirror of
https://github.com/moby/moby.git
synced
2022-11-09 12:21:53 -05:00
Code
Releases
Activity
a57478d65f
moby--moby
/
pkg
/
authorization
History
Antonio Murdaca
8435ea5289
pkg: authorization: cleanup
...
Signed-off-by: Antonio Murdaca <runcom@redhat.com>
2015-12-16 12:01:04 +01:00
..
api.go
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.
2015-12-08 17:34:15 +02:00
authz.go
pkg: authorization: cleanup
2015-12-16 12:01:04 +01:00
authz_test.go
pkg: authorization: cleanup
2015-12-16 12:01:04 +01:00
plugin.go
pkg: authorization: cleanup
2015-12-16 12:01:04 +01:00
response.go
pkg: authorization: cleanup
2015-12-16 12:01:04 +01:00