Skip to content

Repository files navigation

vault-dev

PyPI - VersionPyPI - Python Version

Use vault server in development mode in tests, from python

Installation:

Install with pip

pip3 install --user vault_dev

Usage:

importvault_devvault_dev.ensure_installed()
# Did not find system vault, installing one for tests# installing vault to '/tmp/tmpkzvlyw5c'withvault_dev.server(verbose=True) asserver:
vault=server.client()
vault.write("secret/key", value="password")
# Starting vault server on port 37355# Waiting for server to become active# .# Connection made# Configuring old-style kv engine at /secret# Stopping vault server

License

vault-dev is distributed under the terms of the MIT license.

About

Use vault server in development mode in tests, from python

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages