Passkeys are all the rage these days, for obvious reasons. The idea of replacing a complex (or worse, reused) password you must remember with a unique generated secret stored on your machine for each ...
When I'm interviewing potential candidates for our Developer jobs at Wildfire, one of my favorite discussions is the question "How do you define DevSecOps?" A quick search of Hacker News will show ...
Terraform is an incredibly powerful tool for managing Infrastructure as Code (IaC). (In fact, we’ve already made note of how we’re using Terraform to manage our passwords & secrets at Wildfire.) ...
Background: Simultaneous Cashback Program Development A major goal in software development is to keep your code DRY (Don’t Repeat Yourself). Ideally, when you require a piece of functionality in ...
Introduction Secret management is hard. There, I said it. Leaked secrets in Slack channels, shared Google documents or accidental commits to a codebase are commonplace, daily occurrences at many ...