Best Practice

Hardening Harbor on AWS: Achieving Zero-Static-Secret Architecture

Hardening Harbor on AWS: Achieving Zero-Static-Secret Architecture

Standard Harbor deployments on AWS rely on long-lived credentials that violate modern security standards. In this post, I detail how I refactored Harbor to use ephemeral tokens via RDS IAM and IRSA, eliminating static keys entirely.… Read on

Categories:
Read More
Container Image Versioning

Container Image Versioning

Containers have simplified how we develop and deploy software. The way in which container images are managed is a critical component of a smooth CI/CD process. Container Registries act as trusted intermediaries between development and runtime environments for containerized applications.

… Read on

Categories:
Read More