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

Apply authZ for nomad Raft RPC layer #11089

Merged
merged 3 commits into from
Oct 5, 2021
Merged

Apply authZ for nomad Raft RPC layer #11089

merged 3 commits into from
Oct 5, 2021

Commits on Aug 26, 2021

  1. Apply authZ for nomad Raft RPC layer

    When mTLS is enabled, only nomad servers of the region should access the
    Raft RPC layer. Clients and servers in other regions should only use the
    Nomad RPC endpoints.
    
    Co-authored-by: Michael Schurter <mschurter@hashicorp.com>
    Co-authored-by: Seth Hoenig <shoenig@hashicorp.com>
    3 people committed Aug 26, 2021
    Configuration menu
    Copy the full SHA
    39627df View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2021

  1. update tests to make an actual RaftRPC

    Mahmood Ali committed Aug 27, 2021
    Configuration menu
    Copy the full SHA
    79db5d1 View commit details
    Browse the repository at this point in the history
  2. link to cve listing in changelog

    Co-authored-by: Kent 'picat' Gruber <kent@hashicorp.com>
    Mahmood Ali and picatz committed Aug 27, 2021
    Configuration menu
    Copy the full SHA
    e6f022c View commit details
    Browse the repository at this point in the history