saltext.vault
Salt Extension for interacting with Vault (or OpenBao)
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-vaultuv
uv add saltext-vaultpoetry
poetry add saltext-vaultInstalling 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
Tags
More Cryptography packages
Certifi provides Mozilla's curated collection…
copyleft · top 100 on PyPI
cryptographycryptography provides cryptographic recipes and…
permissive · top 100 on PyPI
rsaPure-Python RSA encryption, decryption,…
permissive · top 1,000 on PyPI
pyOpenSSLpyOpenSSL wraps OpenSSL's SSL/TLS functionality…
permissive · top 1,000 on PyPI
azure-identityProvides Microsoft Entra ID token-based…
unclear · top 1,000 on PyPI
PyNaClPyNaCl provides Python bindings to libsodium…
permissive · top 1,000 on PyPI
apache-airflow-providers-hashicorpIntegrates Apache Airflow with HashiCorp Vault…
permissive · top 15,000 on PyPI
pulumi-vaultPulumi resource provider for HashiCorp Vault…
permissive · top 15,000 on PyPI
hvachvac is a Python client library for HashiCorp…
permissive · top 1,000 on PyPI
robocorp-vaultProvides read and write access to secrets…
permissive · top 15,000 on PyPI
saltSalt is an event-driven automation engine for…
permissive · top 15,000 on PyPI
onepassword-sdkProgrammatic Python interface to read and…
permissive · top 5,000 on PyPI
onepasswordWrapper around the 1Password CLI that lets you…
permissive · top 15,000 on PyPI
bitwarden-sdkProvides a Python client library to interact…
unclear · top 15,000 on PyPI
apache-airflow-providers-akeylessIntegrates Akeyless Vault Platform with Apache…
permissive · top 15,000 on PyPI
azure-keyvault-secretsSecurely store, retrieve, and manage secrets…
permissive · top 1,000 on PyPI