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

Merge release/1.6.10 back into release/1.6.x #9244

Merged
merged 7 commits into from
Nov 19, 2020
Merged

Commits on Nov 19, 2020

  1. Require operator:write to get Connect CA config (#9240)

    A vulnerability was identified in Consul and Consul Enterprise (“Consul”) such that operators with `operator:read` ACL permissions are able to read the Consul Connect CA configuration when explicitly configured with the `/v1/connect/ca/configuration` endpoint, including the private key. This allows the user to effectively privilege escalate by enabling the ability to mint certificates for any Consul Connect services. This would potentially allow them to masquerade (receive/send traffic) as any service in the mesh.
    
    --
    
    This PR increases the permissions required to read the Connect CA's private key when it was configured via the `/connect/ca/configuration` endpoint. They are now `operator:write`.
    freddygv committed Nov 19, 2020
    Configuration menu
    Copy the full SHA
    a5ab619 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1827a72 View commit details
    Browse the repository at this point in the history
  3. Update changelog

    freddygv committed Nov 19, 2020
    Configuration menu
    Copy the full SHA
    2b0fc6e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cdc7468 View commit details
    Browse the repository at this point in the history
  5. Release v1.6.10

    hashicorp-ci committed Nov 19, 2020
    Configuration menu
    Copy the full SHA
    b3c2d38 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8b34d2e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1cc5e23 View commit details
    Browse the repository at this point in the history