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 document outlines a feature in Apigee hybrid 1.2 and newer that obfuscates sensitive analytics data by hashing it with SHA512 before it's sent from the runtime plane to the control plane."],["You can configure the salt value used for hashing via the `axHashSalt` property in the `overrides.yaml` file, and it's recommended to maintain the same salt value across clusters within the same Apigee organization."],["The obfuscation feature can be enabled for specific environments by setting `features.analytics.data.obfuscation.enabled` to `true` using a `PUT` request, ensuring all environment properties are included to avoid overwriting."],["With this feature enabled, fields like `client_id`, `client_ip`, `developer_email`, and others are hashed, and the obfuscated data will be visible in the Apigee hybrid analytics dashboard after a short delay."],["Data sent before enabling obfuscation, or after disabling it, will display as unhashed in the analytics reports, and the document also showcases an example of data before and after being obfuscated."]]],[]]