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 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."]]],[]]