This website requires JavaScript.
Explore
Help
Register
Sign In
centersl
/
docker-docs
Watch
1
Star
0
Fork
0
You've already forked docker-docs
mirror of
https://github.com/docker/docs.git
synced
2026-03-28 14:58:53 +07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
27220ecc6b1eedf650ca9cf94965cb0dc2054efd
docker-docs
/
pkg
/
authorization
History
Dima Stopel
8cc0892269
Fixing documentation according to comments by @moxiegirl and @thaJeztah
...
Signed-off-by: Dima Stopel <
dima@twistlock.com
>
2015-12-08 17:34:15 +02: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_test.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
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
plugin.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
response.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