TLDR DevOps 2024-12-20
GitHub Copilot Free ✨, Kubernetes E2E Testing 🔍, Indexing Code at Scale 📈
Indexing code at scale with Glean (11 minute read)
Meta's Glean is an open-source versatile code indexing system that enhances developer tools by efficiently providing detailed source code information across various programming languages through a powerful query language. It aids in tasks like code navigation, documentation generation, and code review.
Terraform with GitHub Actions CI/CD Pipeline (8 minute read)
Using Terraform with GitHub Actions simplifies deploying resources to Azure by automating infrastructure setup in a consistent and reliable way. This step-by-step guide walks you through how to set up secrets, configure Terraform, and create a GitHub Actions pipeline to streamline deployments.
Securing CI/CD: Don't Use Long-Lived API Tokens, Use OpenID Connect Instead (11 minute read)
This post explains how to use OpenID Connect (OIDC) to securely manage authentication in CI/CD pipelines, eliminating the need for long-lived API credentials. It covers how OIDC allows services like GitHub Actions to authenticate with cloud platforms, such as AWS, using temporary tokens, enhancing security and simplifying credential management.
Get our free daily newsletter with curated tools 💻, trends 📈, and insights 💡, for DevOps Engineers 👨💻
Join 340,000 readers for
one daily email