© 2026 Hashnode
Modern CI/CD pipelines often need to deploy or interact with cloud resources securely. Traditionally, authentication was handled by exporting long-lived service account keys and storing them in GitHub secrets. However, this method introduces risk — k...

Introduction In modern DevOps environments, secure and centralized access control is critical — especially when managing production-grade Kubernetes clusters with GitOps tools like Argo CD. Rather than relying on local user accounts or static passwor...

Introduction Hey there! I'm excited to dive into Workload Identity Federation (WIF) in Google Cloud Platform (GCP). WIF is a secure method to access GCP resources without relying on static Service Account (SA) keys. Let’s explore how it works, why it...

GitHub Actions makes it easy to automate your software development workflows, including building, testing, and deploying your applications to various environments. When deploying to Google Cloud Platform (GCP), you typically need to authenticate with...
