Skip to content

Instantly share code, notes, and snippets.

View tconsta's full-sized avatar
🚀

tconsta

🚀
View GitHub Profile
@tconsta
tconsta / env-secret-spec.md
Last active January 9, 2026 06:38
Environment & Secrets Workflow Template

Environment & Secrets Workflow Template

This document is a generic specification for managing configuration, secrets, and workflows in Python-based projects.

It is designed to work with:

  • Pure Python apps (CLI tools, workers, etc.)
  • Web services (FastAPI, Django, Flask, etc.)
  • Any stack using Docker, CI/CD (e.g. GitLab), and optionally Kubernetes