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

Agent Protocol Updates #17

Open
16 of 18 tasks
vs49688 opened this issue May 23, 2019 · 0 comments
Open
16 of 18 tasks

Agent Protocol Updates #17

vs49688 opened this issue May 23, 2019 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@vs49688
Copy link
Contributor

vs49688 commented May 23, 2019

Everything that should be in the next agent protocol update:

  • Protocol versioning
    • A singe number field would suffice. Agents are shipped with Nimrod, so this isn't a problem.
  • SSH key path field
    • So SSH transfer targets can be used securely
    • Or embed the key directly
  • state info in agent.pong
    • for accounting and debugging purposes
  • a new "resync" message
    • If agents get out-of-sync for some reason, the master can force-reset them.
  • a new CommandResult.Status enum value of Failed
  • add a timestamp field to each message
    • To AMQPBasicProperties (POSIX timestamp)
    • timestamp field (ISO8601)
    • X-NimrodG-Sent-At header (ISO8601)
      • time the message was actually sent
  • message signing
    • NIM1-HMAC-SHA224
    • NIM1-HMAC-SHA256
    • NIM1-HMAC-SHA384
    • NIM1-HMAC-SHA512
    • Change datestamp to timestamp
    • Use nonce
    • Add a nonce field. For future use.
  • agent.submit token field
@vs49688 vs49688 added the enhancement New feature or request label May 23, 2019
@vs49688 vs49688 added this to the Version 2.0 milestone May 24, 2019
@vs49688 vs49688 mentioned this issue Sep 15, 2020
4 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant