Git’ing gud with Tailscale

We use Tailscale as our VPN solution internally here at SRA for accessing a lot of our internal systems as well as for having a static egress IP (via exit nodes) for services that only allow IP-based access controls. We developed a GitOps solution to manage the Tailscale policy that governs our network. In this blog, we will walk through this solution.
Read more →

Isolating Build Jobs

There are many posts covering the best practices for mitigating supply chain attacks. Beyond these, developers can further limit their blast radius by isolating build stages from publishing stages. This post highlights how this pattern can be implemented and how it is largely ignored by vendor documentation.
Read more →