Esse recurso permite ocultar dados antes de enviá-los como parte do payload de análise.
Com esse recurso, a Apigee usa o SHA512 para gerar hash do valor original antes de enviar dados do plano de execução
para o plano de controle.
É possível definir o valor do sal para o hash com a propriedade
axHashSalt
no arquivo overrides.yaml. A property axHashSalt especifica um valor usado como sal ao calcular hashes SHA512 para ofuscar dados de análise sensíveis. A Apigee recomenda usar o mesmo valor em diferentes clusters que hospedam a mesma organização da Apigee.
Aplique o valor com o gráfico apigee-org com o seguinte comando:
[[["Fácil de entender","easyToUnderstand","thumb-up"],["Meu problema foi resolvido","solvedMyProblem","thumb-up"],["Outro","otherUp","thumb-up"]],[["Difícil de entender","hardToUnderstand","thumb-down"],["Informações incorretas ou exemplo de código","incorrectInformationOrSampleCode","thumb-down"],["Não contém as informações/amostras de que eu preciso","missingTheInformationSamplesINeed","thumb-down"],["Problema na tradução","translationIssue","thumb-down"],["Outro","otherDown","thumb-down"]],["Última atualização 2025-04-03 UTC."],[[["This feature allows for the obfuscation of sensitive analytics data in Apigee hybrid by hashing specific fields with SHA512 before sending it from the runtime to the control plane."],["To enable data obfuscation, the `features.analytics.data.obfuscation.enabled` property must be set to `true` for each environment, which can be done using a `PUT` command in the environment's configuration."],["A salt value can be configured using the `axHashSalt` property in the `overrides.yaml` file, which is recommended to be consistent across clusters within the same Apigee organization for consistent hashing."],["The obfuscated data, which includes fields like client IPs, request paths, and developer emails, will be visible in the Apigee hybrid analytics dashboard, though there may be a delay before the changes display."],["This feature is only available for Apigee Hybrid version 1.2 and newer."]]],[]]