secrets-management

Store, rotate, and retrieve secrets in CI/CD pipelines.

Updated Mar 11, 2026
One-click install
npx skills add https://github.com/act70255/SkillsBundle --skill secrets-management-act70255
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: secrets-management
Source: https://github.com/act70255/SkillsBundle/tree/main/deployment/skills/secrets-management
Command: npx skills add https://github.com/act70255/SkillsBundle --skill secrets-management-act70255

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires vault, aws-secretsmanager, azure-keyvault, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill provides a framework for securely managing secrets in CI/CD pipelines, ensuring sensitive information is protected without the need for hardcoding.

Core Features & Use Cases

  • Secrets Management: Securely store and manage secrets like API keys, credentials, and certificates.
  • CI/CD Integration: Seamlessly integrate with CI/CD tools for automatic retrieval of secrets during builds and deployments.
  • Secret Rotation: Automate the rotation of secrets to maintain security.
  • Use Case: Implement this Skill in your CI/CD pipeline to ensure that your application's database credentials are securely stored and automatically rotated, reducing the risk of unauthorized access.

Quick Start

Use the secrets-management skill to securely store your database credentials in Vault.

Frequently Asked Questions about secrets-management

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I manage secrets in CI/CD pipelines without hardcoding sensitive credentials?

Secrets management in CI/CD pipelines securely stores, retrieves, and rotates sensitive credentials like API keys from a designated backend, preventing hardcoded values in your deployment scripts.

What is the best way to automate secret rotation for database credentials in CI/CD?

Automating secret rotation involves configuring your secrets backend to periodically update database credentials, which your CI/CD pipeline then dynamically retrieves during builds and deployments to maintain security.

Does this secrets management approach work with Vault, AWS Secrets Manager, and Azure Key Vault?

Yes, this secrets management approach integrates with Vault, AWS Secrets Manager, and Azure Key Vault, requiring one of these backends to securely store and retrieve your pipeline credentials.

How do I integrate a secrets backend with my CI/CD tools for automatic retrieval?

You integrate a secrets backend with CI/CD tools by using provided scripts to fetch credentials dynamically during builds, replacing hardcoded values and enabling audit logging for deployments.

Can I use this to store and rotate API keys and certificates for my deployments?

Yes, you can securely store, manage, and rotate secrets like API keys and certificates, ensuring your CI/CD pipelines retrieve the latest valid credentials automatically without exposing hardcoded information.

Do I need an existing secrets backend to use this pipeline integration framework?

Yes, you must have an existing secrets backend like Vault, AWS Secrets Manager, or Azure Key Vault configured, as this framework depends on those platforms to store and rotate your credentials.