Is encryption support implemented between the server and the coroot agent? #381
denisgolius
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there any encryption when a node with a coroot agent communicates with a coroot server? I mean connecting coroot-node-agent to the server via installing and running coroot-node-agent natively with systemd:
curl -sfL https://raw.githubusercontent.com/coroot/coroot-node-agent/main/install.sh | COLLECTOR_ENDPOINT=http://domain.com:8080 API_KEY=someapikey SCRAPE_INTERVAL=15s sh -
For now I didn't see any encryption flag in from
--help
flag:Do I understand correctly that the encryption mechanism is not yet implemented ?
Beta Was this translation helpful? Give feedback.
All reactions