mirror of
https://github.com/docker/cli.git
synced 2026-01-15 07:40:57 +03:00
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> Upstream-commit: 3c157713b31f542a4180e31da4cae7d677330a6f Component: engine