Obfuscate user data for analytics Stay organized with collections Save and categorize content based on your preferences.
This feature allows you to obscure data before sending it as part of the analytics payload. With this feature, Apigee uses SHA512 to hash the original value before sending data from the runtime plane to the control plane.
For additional information on using data obfuscation, including information on enabling the feature in environments, see Obfuscate user data for Apigee API Analytics.
Set the salt value in Apigee hybrid
You can set the salt value for the hash with theaxHashSalt property in theoverrides.yaml file. TheaxHashSalt property specifies a value used as a salt when computing SHA512 hashes to obfuscate sensitive analytics data. Apigee recommends using the same value across different clusters that host the same Apigee organization. Apply the value with theapigee-org chart with the following command:
helm upgradeORG_NAME apigee-org/ \ --namespace apigee \ --atomic \ -foverrides.yaml
Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-12-17 UTC.