-
Notifications
You must be signed in to change notification settings - Fork 21
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
Attach agent information in communication to the server #256
Comments
UpdateWorking on new definition (new message structure). The structure of the registration request is still missing. |
Messages formatRegistration request
Authentication:
Example:
Registration
Example:
Example: {
"agent": {
"groups": [],
"host": {
"architecture": "aarch64",
"hostname": "tomas",
"ip": "172.20.0.1",
"os": {
"name": "Ubuntu",
"platform": "Linux"
}
},
"id": "sldkfjoqwvnskdsoif",
"key": "oiefsakjndwreoguiweo",
"type": "Endpoint",
"version": "5.0.0"
}
} Stateful/stateless requests
Authentication:
Example:
Example: {
"uuid": "UUID",
"key": "7b8276c3bf96aff5709346d368f04fed"
} Sateful/stateless
Example:
Example: {
"agent": {
"groups": [],
"host": {
"architecture": "aarch64",
"hostname": "tomas",
"ip": "172.20.0.1",
"os": {
"name": "Ubuntu",
"platform": "Linux"
}
},
"id": "sldkfjoqwvnskdsoif",
"type": "Endpoint",
"version": "5.0.0"
}
} |
Work update2024/11/05
2024/11/06
2024/11/07
2024/11/08
|
PR ready for review. Pending some tests. |
Parent Issue: #241
When the agent registers, it must send information about itself to the server:
This information must also be attached to the metadata headers in stateful and stateless messages.
The text was updated successfully, but these errors were encountered: