Sanitize without going blind
The checkout service writes one log line per request, and that line currently carries a card number and a session token in full. You have the five fields, the three treatments from the video, and an on-call engineer who still has to trace a failed checkout at two in the morning.
Open the Log sanitizer console. Press Redact everything first and read both counters, then set each field by hand and find a line that exposes nothing and still leaves both debug fields readable.
Every field is labelled with the class the video gave it: a secret, sensitive data, or config.
You can reach zero exposed values with both debug fields intact.
Why is that possible here?
この演習はコースの一部です
