Writing about Cloud, architecture, AWS, GCP and software engineering.

How to Authenticate to Google Cloud using OpenID Connect in your GitLab CI/CD pipeline

Still using sensitive service account keys in your GitLab repository? Want to enhance the security of your CI/CD pipelines? In this blog post, I will show you the process of authenticating your GitLab CI/CD pipelines to Google Cloud using OpenID Connect (OIDC). ...

November 25, 2024

Why you should start signing your git commits today

You can sign your Git commits cryptographically by using a GPG key. This will prove the commit came from you. And can act as a reliable audit trail. Also, you will get a cool ‘Verified’ badge next to your commits. ...

December 10, 2021