Vault Rails
Description
A Rails plugin for easily integrating Vault secrets
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
Vault Rails [](https://github.com/hashicorp/vault-rails/actions/workflows/run-tests.yml)
Vault is the official Rails plugin for interacting with [Vault](https://vaultproject.io) by HashiCorp.
**If you're viewing this README from GitHub on the `master` branch, know that it may contain unreleased features or different APIs than the most recently released version. Please see the Git tag that corresponds to your version of the Vault Rails plugin for the proper documentation.**
Requirements
- Ruby 3.2+
- Rails 7.0+
- Vault 1.16+ (LTS and current releases supported)
Table of Contents
Quick Start
↥ [back to top](#table-of-contents)
Add to your Gemfile:
gem "vault-rails", require: falseand then run the `bundle` command to install.
Create an initializer:
require "vault/rails" Vault::Rails.configure do |vault| # Use Vault in transit mode for encrypting and decrypting data. If # disabled, vault-rails will encrypt data in-memory using a similar # algorithm to Vault. The in-memory store uses a predictable encryption # which is great for development and test, but should _never_ be used in # production. Default: ENV["VAULT_RAILS_ENABLED"]. vault.enabled = Rails.env.production? # The name of the application. All encrypted keys in Vault will be # prefixed with this application name. If you change the name of the # application, you will need to migrate the encrypted data to the new # key namespace. Default: ENV["VAULT_RAILS_APPLICATION"]. vault.application = "my_app" # The address of the Vault server. Default: ENV["VAULT_ADDR"]. vault.address = "https://vault.corp"
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11