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

fix broken node API x509 validation #655

Merged
merged 2 commits into from Dec 20, 2018

Commits on Dec 19, 2018

  1. fix broken node API x509 validation

    The gRPC server TLS configuration was misconfigured to only request a
    client certificate, but not perform validation. The implication is that
    a certificate chained to any root with an expected SPIFFE ID could
    impersonate a node SVID and obtain workload SVIDs.
    
    Signed-off-by: Andrew Harding <azdagron@gmail.com>
    azdagron committed Dec 19, 2018
    Copy the full SHA
    4a95117 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2018

  1. regression test and error message cleanup

    Signed-off-by: Andrew Harding <azdagron@gmail.com>
    azdagron committed Dec 20, 2018
    Copy the full SHA
    af67771 View commit details
    Browse the repository at this point in the history