J Josue Gatica Odato

Latest Updates

Documenting code, one commit at a time.

Securing Cloud Access with Workload Identity Federation in Kubernetes

Introduction

Managing credentials for applications running in cloud environments is a perennial challenge. Traditionally, developers have relied on static API keys or environment variables, which often introduce security risks and operational overhead. In the LucasLatessa/SDyPP-G3 project, we focused on enhancing security and simplifying credential management by adopting Workload Identity Federation (WIF) for our applications deployed on Kubernetes.

The Problem

Storing long-lived

Read more