Use a Regex in insta dynamic redaction to replace Uuids with [uuid]

(cherry picked from commit f8b8c6ab71a28052cf9b271ca8aa5d4175f9e8f9)
Signed-off-by: Martin Tzvetanov Grigorov <mgrigorov@apache.org>
This commit is contained in:
Martin Tzvetanov Grigorov
2025-05-26 13:39:15 +03:00
parent 34d58f35c8
commit f54b57e5be
5 changed files with 1399 additions and 1281 deletions

View File

@ -15,3 +15,4 @@ license.workspace = true
insta = { version = "=1.39.0", features = ["json", "redactions"] }
md5 = "0.7.0"
once_cell = "1.20"
regex-lite = "0.1.6"