Don't accidentally leak secrets from your terminal
1–2 of 2 posts
Re: Don't accidentally leak secrets from your terminal
#2This article explains how developers can obscure secrets like API keys and PII when working in the terminal, which could be useful for developers who screen share or give code demos. Redaction happens using regex as the terminal output is printed. Developers can also set their own custom rules.