You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -19,15 +19,15 @@ Install with gem:
19
19
## Setup
20
20
In order to setup this plugin, the parameter `fieldsToMaskFilePath` needs to be a valid path to a file containing a list of all the fields to mask. The file should have a unique field on each line. These fields **are** case-sensitive (`Name` != `name`).
21
21
22
-
In addition, there's a new optional parameter called `fieldsToExcludeJSONPaths`it contains a comma separated list for JSON fields which include optional excluded fields (with dot notation for nesting).
22
+
In addition, there's an optional parameter called `fieldsToExcludeJSONPaths`which receives as input a comma separated string of JSON fields that should be excluded in the masking procedure. Nested JSON fields are supported by `dot notation` (i.e: `path.to.excluded.field.in.record.nestedExcludedField`)
23
23
The JSON fields are comma separated as well.
24
-
This can be used for things like registration services or audit log entries which do not need to be masked.
24
+
This can be used for logs of registration services or audit log entries which do not need to be masked.
0 commit comments