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 panic when monitoring a local client node #7053

Merged
merged 3 commits into from
Feb 3, 2020

Commits on Feb 3, 2020

  1. Fix panic when monitoring a local client node

    Fixes a panic when accessing a.agent.Server() when agent is a client
    instead. This pr removes a redundant ACL check since ACLs are validated
    at the RPC layer. It also nil checks the agent server and uses Client()
    when appropriate.
    drewbailey committed Feb 3, 2020
    Configuration menu
    Copy the full SHA
    39a6c63 View commit details
    Browse the repository at this point in the history
  2. agent Profile req nil check s.agent.Server()

    clean up logic and tests
    drewbailey committed Feb 3, 2020
    Configuration menu
    Copy the full SHA
    4e9dc03 View commit details
    Browse the repository at this point in the history
  3. update changelog

    drewbailey committed Feb 3, 2020
    Configuration menu
    Copy the full SHA
    173ad83 View commit details
    Browse the repository at this point in the history