Skip to content
This repository was archived by the owner on Apr 17, 2023. It is now read-only.

(GH-223) Implement UUID for telemetry #239

Merged
merged 1 commit into from
Sep 27, 2021
Merged

(GH-223) Implement UUID for telemetry #239

merged 1 commit into from
Sep 27, 2021

Conversation

michaeltlombardi
Copy link
Contributor

Prior to this commit, a binary reporting telemetry would report on the Operating System and Architecture of the machine PCT was running on; this commit adds a new data key for UUID to enable per-machine telemetry and analysis.

The UUID itself is further hashed to our own namespace to prevent even the possibility of leaking a UUID which could be reversed to discover the user.

Resolves #223

Prior to this commit, a binary reporting telemetry would report on the Operating
System and Architecture of the machine PCT was running on; this commit adds a new
data key for UUID to enable per-machine telemetry and analysis.

The UUID itself is further hashed to our own namespace to prevent even the
possibility of leaking a UUID which could be reversed to discover the user.
@michaeltlombardi michaeltlombardi marked this pull request as ready for review September 27, 2021 17:33
@michaeltlombardi michaeltlombardi requested a review from a team as a code owner September 27, 2021 17:33
@da-ar da-ar merged commit 8a3badd into puppetlabs-toy-chest:main Sep 27, 2021
@michaeltlombardi michaeltlombardi deleted the gh-223/main/add-machine-uuid-telemetry branch September 27, 2021 18:44
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add Unique Node identifier to Telemetry
2 participants