Skip to content

Diagnose: What should I check if the obfuscation capabilities are not working? #8

Answered by tal-lunar
tal-lunar asked this question in Q&A
Discussion options

You must be logged in to vote

Review the configuration in the policies.yaml file. Make sure the obfuscate parameter is correctly placed under the har_exporter configuration.

Here's an example:

diagnosis:
  - name: "Export Obfuscated HAR Logs to S3"
    enabled: true
    config:
      har_exporter:
        transaction_max_size: 5000
        obfuscate:
          enabled: true
    export: s3

Replies: 1 comment

Comment options

tal-lunar
Nov 5, 2023
Maintainer Author

You must be logged in to vote
0 replies
Answer selected by tal-lunar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant