skillfed

saltext.vault

Salt Extension for interacting with Vault (or OpenBao)

saltext-vault v1.8.0 109.2K downloads/30d#12,525 on PyPI21
Permissive license Apache Software License Active released

What it is and what it does

saltext-vault is a Salt extension that bridges Salt's configuration management with HashiCorp Vault or OpenBao for centralized secrets management. It allows Salt states and execution modules to authenticate with and retrieve secrets from Vault, enabling secure credential injection into infrastructure provisioning and configuration workflows.

The extension depends on salt and cryptography, and targets modern Python versions (3.10 through 3.14). It is actively maintained with recent releases and welcomes community contributions. The project is in Beta status and has no known security vulnerabilities.

Use it for:

  • Retrieve database credentials from Vault during Salt state execution for application deployment.
  • Manage API keys and tokens centrally in Vault while provisioning infrastructure with Salt.
  • Integrate OpenBao as a Vault-compatible secrets backend for air-gapped or self-hosted environments.
  • Automate secret rotation workflows by querying Vault dynamically during configuration updates.

Worth the install?

AI-flagged interpretation of the facts on this page — verify before relying

A Salt extension that integrates HashiCorp Vault (or OpenBao) with Salt for secrets management and configuration retrieval.

Yes, if you use Salt for infrastructure management and need Vault or OpenBao integration. The extension is actively maintained, has low install friction, carries a permissive license, and has no known vulnerabilities. It is suitable for production use in Beta status, though you should verify feature completeness for your specific Vault version and use case.

Install

saltext-vault on PyPI

pip

pip install saltext-vault

uv

uv add saltext-vault

poetry

poetry add saltext-vault

Installing saltext.vault

Before you install

Low install friction with a pure-Python wheel distribution. Active maintenance with a release 5 days old and recent commits; requires salt and cryptography as runtime dependencies.

License in practice

Apache Software License (permissive) allows commercial and private use with minimal restrictions, making it suitable for most deployment contexts.

Quickstart

pip install saltext-vault

from salt.ext.vault import vault_module
# Use within Salt states or execution modules to retrieve secrets from Vault

Requires Python 3.10 or later and a working Salt installation with cryptography support.

Verify before relying

  • Specific Vault API versions or features supported by this extension version
  • Whether OpenBao compatibility is feature-complete or partial
  • Performance characteristics when retrieving large numbers of secrets

Package facts

License Apache Software License (permissive)
Python support supports the current Python release (>=3.10)
Install friction low — pure-Python wheel
Runtime dependencies 2 — salt, cryptography
Maintenance actively maintained — 5 days since the last release
Last repo commit
First released
Downloads 109,233/month — #12,525 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: saltext_vault-1.8.0-py2.py3-none-any.whl

Keywords: salt-extension

Development Status :: 4 - BetaIntended Audience :: DevelopersLicense :: OSI Approved :: Apache Software LicenseProgramming Language :: CythonProgramming Language :: PythonProgramming Language :: Python :: 3Programming Language :: Python :: 3 :: OnlyProgramming Language :: Python :: 3.10Programming Language :: Python :: 3.11Programming Language :: Python :: 3.12Programming Language :: Python :: 3.13Programming Language :: Python :: 3.14

Tags

salt vault integrationhashicorp vault saltsecrets management saltopenbao salt extensionsalt cryptography vaultinfrastructure secrets salt
salt-extensionsecrets-managementvault-integration

More Cryptography packages