Tutorial

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
How to automate Flask development workflow with Container Registry and GitHub Actions

How to automate Flask development workflow with Container Registry and GitHub Actions

This tutorial demonstrates how to create an automated workflow for building a containerized Flask application. We will use GitHub Actions to run the workflow and 8gears Container Registry as our image repository.… Read on

Categories:
Read More