Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:52:05 +08:00
commit 0f581cae40
6 changed files with 2142 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{
"name": "secrets-manager",
"description": "Manages Docker secrets for GitLab stack projects, ensuring secrets are never in .env or docker-compose.yml. Handles migration from environment variables, validation, auditing, and secure secret generation",
"version": "1.0.0",
"author": {
"name": "rknall",
"email": "zhongweili@tubi.tv"
},
"skills": [
"./"
]
}