From Zero to Hero: Building a Key Issuance Server with `verbose` and `figtree`

go dev.to

In August 2024 Andrei Merlescu wrote a package called verbose and released it under the Apache 2.0 license. The idea was novel: when interacting with sensitive information during multi-region deployments, you want to print to STDOUT a censored expression of data while writing the unredacted form to log files — or in this tutorial's case, scrub secrets from the log file entirely. Private keys, passwords, serial numbers — these are sensitive and should not stream through STDOUT in devops contexts,

Read Full Tutorial open_in_new
arrow_back Back to Tutorials