agent icon indicating copy to clipboard operation
agent copied to clipboard

add TLS configuration for the command server to the proto definitions

Open oliveromahony opened this issue 5 months ago • 0 comments

Proposed changes

Add the CommandServer payload to the AgentConfig protos. This tracks the skip verify being set to true and logs a warning in the logs that this setting is an issue. This PR limits changes for AgentConfig to report the Agent Settings for the Command Server. Additional PRs around the AgentConfig to follow.

Checklist

Before creating a PR, run through this checklist and mark each as complete.

  • [x] I have read the CONTRIBUTING document
  • [x] I have run make install-tools and have attached any dependency changes to this pull request
  • [x] If applicable, I have added tests that prove my fix is effective or that my feature works
  • [x] If applicable, I have checked that any relevant tests pass after adding my changes
  • [ ] If applicable, I have updated any relevant documentation (README.md)
  • [ ] If applicable, I have tested my cross-platform changes on Ubuntu 22, Redhat 8, SUSE 15 and FreeBSD 13

oliveromahony avatar Sep 24 '24 12:09 oliveromahony