πŸ” No More Secrets 😎 Secure GCP Auth from GitHub Actions using Workload Identity Federation

In the world of CI/CD, one thing we are all tired of is managing long-lived service account keys. They are hard to rotate.. risky to store, and can lead to serious breaches if leaked! 😿 In this post, I will be showing how to set up GitHub Actions + Google Cloud Workload Identity Federation (WIF) to enable secure, short-lived authentication, with no secrets stored anywhere. πŸš«πŸ”‘ 🚨 The Problem with Static Secrets It is still common to authenticate from GitHub Actions to GCP using service account keys stored as GitHub secrets: ...

May 18, 2025 Β· 4 min Β· 694 words Β· Me

☁ Google Cloud Next Series β˜οΈπŸ” Building Smarter, Safer Cloud Systems Together πŸ›‘οΈπŸ’»βœ¨

Helloo! πŸ‘‹ How are you? Let’s learn more about cloud security, detection engineering, and scalable policies πŸ±πŸš€ πŸ” Detection Engineering with Google SecOps Detection engineering isn’t just about catching threats β€” it’s about building a smart, scalable detection machine πŸ› οΈ. With Google SecOps, detection becomes modular, testable, and highly effective. 🧩 Composite Rules 🐐 Rather than putting every condition into a giant, brittle detection rule, Google SecOps encourages the use of composite rules. Think of them like reusable LEGO bricks 🧱: create small, atomic rules for specific behaviours, then chain them together to form higher-order detections. This lets you mix curated rules with your own custom logic to handle complex attack patterns or environment-specific edge cases. ...

April 30, 2025 Β· 4 min Β· 818 words Β· Me