mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
3c157713b3
Currently Docker authorization framework does not use any user information, which already available in the Docker context for TLS connection. The purpose of this CR is to complete the existing authz work by adding the basic client certificate details (SUBJECT_NAME) and authentication method (TLS) to the authz request. We think this should be the default behavior when no extended authorization module is specified (currently WIP under #20883). Signed-off-by: Liron Levin <liron@twistlock.com> |
||
---|---|---|
.. | ||
authorization.go | ||
cors.go | ||
debug.go | ||
middleware.go | ||
user_agent.go | ||
version.go | ||
version_test.go |