overrides.yaml 파일의 axHashSalt 속성을 사용해서 해시의 솔트 값을 설정할 수 있습니다. axHashSalt 속성은 민감한 분석 데이터를 난독화하기 위해 SHA512 해시를 계산할 때 솔트로 사용되는 값을 지정합니다. Apigee에서는 동일한 Apigee 조직을 호스팅하는 여러 다른 클러스터에서 동일한 값을 사용하는 것이 좋습니다.
다음 명령어를 사용하여 apigee-org 차트에서 값을 적용합니다.
[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["이해하기 어려움","hardToUnderstand","thumb-down"],["잘못된 정보 또는 샘플 코드","incorrectInformationOrSampleCode","thumb-down"],["필요한 정보/샘플이 없음","missingTheInformationSamplesINeed","thumb-down"],["번역 문제","translationIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 2025-07-16(UTC)"],[[["This feature allows Apigee hybrid 1.2 and newer to obfuscate sensitive analytics data by hashing specific fields with SHA512 before sending it to the analytics backend."],["You can set a salt value for the SHA512 hash using the `axHashSalt` property in the `overrides.yaml` file, and it is recommended to use the same salt across different clusters within the same Apigee organization."],["To enable this data obfuscation feature, you must set `features.analytics.data.obfuscation.enabled` to **true** for each environment via a PUT request, ensuring you include all other properties for that environment."],["Once enabled, Apigee will hash a set list of fields (such as client\\_id, client\\_ip, and request\\_uri) and dimension values in custom reports to protect sensitive information, which will be reflected in the Apigee analytics dashboard."],["The obfuscated data is displayed in the Apigee hybrid analytics dashboard, though it may take a few minutes for the hashed results to appear in the user interface, and previously unhashed data before enabling the feature will still be displayed."]]],[]]