Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extend Docker authorization with TLS user information #21556

Merged
merged 1 commit into from
Mar 28, 2016

Commits on Mar 27, 2016

  1. Extend Docker authorization with TLS user information

    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 moby#20883).
    
    Signed-off-by: Liron Levin <liron@twistlock.com>
    Liron Levin committed Mar 27, 2016
    Configuration menu
    Copy the full SHA
    3c15771 View commit details
    Browse the repository at this point in the history