jfrog / vault-plugin-secrets-artifactory

HashiCorp Vault Secrets Plugin for Artifactory
https://jfrog.com
Apache License 2.0
42 stars 21 forks source link

Add call home to Artifactory #91

Closed alexhung closed 1 year ago

alexhung commented 1 year ago

Call home request does not contain any data from the users. It sends only the product ID (e.g. vault-plugin-secrets-artifactory/0.2.18) and the Vault actions (e.g. pathConfigRotateUpdate) to Artifactory call home API endpoint.

Also fixes #90

TJM commented 1 year ago

I would strongly recommend making this able to be opt-out, many secure environments won't have the ability to reach random sites on the Internet. Additionally, some people may have privacy concerns with any sort of "callHome" regardless of what data is included.

alexhung commented 1 year ago

I would strongly recommend making this able to be opt-out, many secure environments won't have the ability to reach random sites on the Internet. Additionally, some people may have privacy concerns with any sort of "callHome" regardless of what data is included.

As Artifactory acts as the 'relay' for call home data, self-hosted customers who wish to opt-out should contact JFrog customer support.