secrets-management

Centralize secret storage and automate rotation in CI/CD pipelines.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/vorynkavitaliy/openclaw-assistent --skill secrets-management-vorynkavitaliy
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: secrets-management
Source: https://github.com/vorynkavitaliy/openclaw-assistent/tree/main/.agents/skills/secrets-management
Command: npx skills add https://github.com/vorynkavitaliy/openclaw-assistent --skill secrets-management-vorynkavitaliy

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Implement secure secrets management to prevent credential leakage in CI/CD pipelines by centralizing storage and automatic rotation.

Core Features & Use Cases

  • Vault integration with dynamic secrets, rotation, and audit logs
  • AWS Secrets Manager integration for rotation and IAM access
  • Centralized secret governance across environments (dev/stage/prod)
  • Reference implementations and best practices for GitHub Actions, GitLab CI

Quick Start

Use Vault or AWS Secrets Manager in your CI/CD pipelines to protect credentials and automate rotation.

Frequently Asked Questions about secrets-management

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

FAQPage Schema
How do I secure credentials in CI/CD pipelines to prevent leakage?▼

Securing credentials in CI/CD pipelines requires centralizing storage in HashiCorp Vault or AWS Secrets Manager and automating rotation. This prevents credential leakage by enforcing least-privilege access across development, staging, and production workflows.

What is dynamic secret generation and when do I need it for CI/CD?▼

Dynamic secret generation creates temporary credentials on demand for CI/CD pipelines instead of using static passwords. You need it to enforce least-privilege access and automatically expire database passwords or TLS certificates after a workflow completes.

How do I integrate AWS Secrets Manager with GitHub Actions for automated rotation?▼

Integrating AWS Secrets Manager with GitHub Actions involves applying reference implementations to fetch credentials during pipeline execution and configuring IAM access for automated rotation. This centralizes governance across dev, stage, and prod environments.

Does HashiCorp Vault work with GitLab CI for database password management?▼

HashiCorp Vault works with GitLab CI to provide dynamic secrets, audit logs, and automated database password rotation. You can integrate it into your pipelines using reference best practices to manage credentials across different environments.

What is the best way to manage TLS certificates across dev, stage, and prod environments?▼

The best way to manage TLS certificates across environments is centralizing storage with AWS Secrets Manager or HashiCorp Vault. This provides automated rotation, audit logs, and least-privilege governance for your infrastructure workflows.