Sensitive Data Obfuscation
As any application monitoring system, the data collected by groundcover is by nature sensitive and contains payloads of full requests and queries. Raw traces can go a long way in a troubleshooting process, but you can choose to obfuscate their payload.
Write the yaml content below to
obfuscate.yaml
, this will override the default values.yaml
agent:
alligator:
obfuscateData: true
groundcover deploy --values obfuscate.yaml
helm upgrade \
groundcover \
groundcover/groundcover \
-n groundcover \
-i \
--set global.groundcover_token=<api-key>,clusterId=my_cluster
--values obfuscate.yaml
helm upgrade \
groundcover \
groundcover/groundcover \
-n groundcover \
--reuse-values \
--values obfuscate.yaml
Last modified 4mo ago