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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
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
--helpflag:Do I understand correctly that the encryption mechanism is not yet implemented ?
All reactions