Skip to content

Commit

Permalink
Update docs/sources/reference/components/loki/loki.secretfilter.md
Browse files Browse the repository at this point in the history
Co-authored-by: Clayton Cornell <131809008+clayton-cornell@users.noreply.github.com>
  • Loading branch information
romain-gaillard and clayton-cornell authored Sep 24, 2024
1 parent a4d9d04 commit 40ecc4c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ The `types` argument is a map of secret types to look for. The values are used a

The `redact_with` argument is a string that can use variables such as `$SECRET_NAME` (replaced with the matching secret type) and `$SECRET_HASH`(replaced with the sha1 hash of the secret).

The `exclude_generic` argument is a boolean that excludes the generic API key rule in the gitleaks config file if set to `true`.
The `exclude_generic` argument is a boolean that excludes the generic API key rule in the Gitleaks configuration file if set to `true`.

The `allowlist` argument is a map of regexes to allowlist matching secrets. If a secret matches any of the regexes, it will not be redacted. The allowlist in the gitleaks configuration is also applied.

Expand Down

0 comments on commit 40ecc4c

Please sign in to comment.