secrets-management

Manage credentials in CI/CD pipelines with Vault, AWS Secrets Manager, and Azure Key Vault.

Updated Feb 3, 2026
One-click install
npx skills add https://github.com/leonardoteodoroo/amino-advanced --skill secrets-management-leonardoteodoroo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: secrets-management
Source: https://github.com/leonardoteodoroo/amino-advanced/tree/main/.agent/skills/secrets-management
Command: npx skills add https://github.com/leonardoteodoroo/amino-advanced --skill secrets-management-leonardoteodoroo

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Managing credentials securely across CI/CD pipelines, avoiding hard-coded secrets and exposure risks.

Core Features & Use Cases

  • Centralized secret storage with rotation and audit trails.
  • Seamless integration with Vault, AWS Secrets Manager, and Azure Key Vault.
  • Environment-specific secret provisioning for deployments.

Quick Start

Configure your CI/CD workflow to fetch secrets at runtime and inject them into your build and deployment steps.

Frequently Asked Questions about secrets-management

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

FAQPage Schema
How do I securely manage credentials in CI/CD pipelines without hard-coding secrets?

To securely manage credentials in CI/CD pipelines, configure your workflow to fetch secrets at runtime from centralized storage and inject them directly into build and deployment steps, avoiding hard-coded exposure risks.

Does this approach support AWS Secrets Manager and Azure Key Vault for storing API keys?

Yes, this approach supports AWS Secrets Manager and Azure Key Vault, along with Vault and Google Secret Manager, for centralized secret storage of API keys, database passwords, and TLS certificates.

Can I apply environment-specific secret provisioning for deployments?

You can apply environment-specific secret provisioning for deployments by configuring your CI/CD workflow to fetch distinct credentials at runtime, ensuring separate configurations for different deployment targets.

What is the best way to handle automatic secret rotation and audit logging?

The best way to handle automatic secret rotation and audit logging is using centralized secret storage systems like Vault or AWS Secrets Manager, which provide native rotation mechanisms and detailed access trails.

How do I set up fine-grained access controls for TLS certificates in cloud vaults?

You set up fine-grained access controls for TLS certificates in cloud vaults by utilizing the native policy features of Vault, AWS Secrets Manager, or Azure Key Vault to restrict credential retrieval to authorized CI/CD workflows.