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

Update privacy.md #277

Merged
merged 6 commits into from
Oct 16, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion www/chef-www
35 changes: 26 additions & 9 deletions www/site/content/docs/chef-workstation/privacy.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,28 +6,45 @@ title = "Privacy and Telemetry"
weight = "50"
+++

## Chef Workstation Telemetry
In order to continually improve Chef Workstation, we collect information to help us identify bugs and understand how people interact with Chef Workstation.

Chef Workstation collects information to help us identify bugs and how users are interacting with Chef Workstation to help us make continuous improvements.
## What We Collect

We capture:

* The Chef-specific commands you execute, **without** any of the arguments you pass.
* How you connect, either WinRM or SSH.
* A unique installation-id that isn't connected to user data. This helps us track the number of active Chef Workstation installations without needing to perform IP-based tracking.
* The Chef-specific commands you execute, but **none** of the arguments you pass.
* Your host operating system and version.
* A SHA256 sum of any hostname that you're connecting to via `chef-run`.
* How you connect to a remote host via `chef-run`, either WinRM or SSH.
* Target operating system of any hosts connected to via `chef-run`.

## See Your Data
## How We Use Your Data

You can view the analytics we collect before it is sent. Find--and remove--your data in the `HOME/.chef-workstation/telemetry/` folder. We save the data from a current chef-run in the telemetry folder and collect it at the start of the next chef-run.
We use this data to track Chef Workstation usage patterns, identify bugs, and iterate development based real aggregated feedback.

Only Chef Software, Inc employees have access to your data. We will never sell, re-sell, or use your data in a malicious manner.
Only Chef Software, Inc employees have access to your data.
We will never sell, re-sell, or use your data in a malicious manner.

## Opting out

* To stop the capture of telemetry data from a single session, set the environment variable CHEF_TELEMETRY_OPT_OUT to any value before running chef-run.
* Disable telemetry entirely by adding the following to `$HOME/.chef-workstation/config.toml`:
* To stop the capture of telemetry data from a single session, set the environment variable `CHEF_TELEMETRY_OPT_OUT` to any value before running `chef-run`, for example:

```bash
CHEF_TELEMETRY_OPT_OUT=1 chef-run -h
```

* Disable telemetry entirely by adding the following to `$HOME/.chef-workstation/config.toml`:

```bash
[telemetry]
enabled=false
```

## See Your Data

You can view the analytics we collect before it is sent.
Find—and remove—your data in the `HOME/.chef-workstation/telemetry/` folder.
We save the data from a current `chef-run` in the telemetry folder and collect it at the start of the next `chef-run`.

When telemetry is disabled, we won't collect your previously stored analytics.