Questa funzionalità ti consente di oscurare i dati prima di inviarli come parte del payload di analisi.
Con questa funzionalità, Apigee utilizza SHA512 per eseguire l'hashing del valore originale prima di inviare i dati dal piano di runtime al piano di controllo.
Per ulteriori informazioni sull'utilizzo dell'oscuramento dei dati, incluse le informazioni su come attivare la funzionalità negli ambienti, consulta
Occultare i dati utente per Apigee API Analytics.
Impostare il valore del salt in Apigee hybrid
Puoi impostare il valore del sale per l'hash con la proprietà axHashSalt nel file overrides.yaml. La proprietà axHashSalt specifica un valore utilizzato come sale durante il calcolo degli hash SHA512 per offuscare i dati di analisi sensibili. Apigee consiglia di utilizzare lo stesso valore in diversi cluster che ospitano la stessa organizzazione Apigee.
Applica il valore con il grafico apigee-org con il seguente comando:
[[["Facile da capire","easyToUnderstand","thumb-up"],["Il problema è stato risolto","solvedMyProblem","thumb-up"],["Altra","otherUp","thumb-up"]],[["Difficile da capire","hardToUnderstand","thumb-down"],["Informazioni o codice di esempio errati","incorrectInformationOrSampleCode","thumb-down"],["Mancano le informazioni o gli esempi di cui ho bisogno","missingTheInformationSamplesINeed","thumb-down"],["Problema di traduzione","translationIssue","thumb-down"],["Altra","otherDown","thumb-down"]],["Ultimo aggiornamento 2025-04-01 UTC."],[[["This feature allows for the obfuscation of sensitive analytics data in Apigee hybrid versions 1.2 and newer by hashing specific fields using SHA512 before sending it from the runtime plane to the control plane."],["The `axHashSalt` property in the `overrides.yaml` file is used to specify the salt value for the SHA512 hash, and it's recommended to use the same value across different clusters within the same Apigee organization."],["Obfuscation can be enabled for each environment by setting `features.analytics.data.obfuscation.enabled` to `true` using a `PUT` request, however, ensure to include all properties when using the PUT request, as it overwrites the entire property set."],["With obfuscation enabled, Apigee hashes fields such as `client_ip`, `developer_email`, `request_uri`, `proxy_pathsuffix`, and others, ensuring sensitive data is protected and is reflected in analytics dashboards."],["Note that analytics reports will display unhashed data if it was communicated from the runtime plane before enabling obfuscation or after disabling the feature."]]],[]]