pitakill / vault-python

Testing python connection to Vault

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Quick start

$ python -m venv .env
$ source ./env/bin/activate
$ pip install -r requirements.txt
$ export VAULT_ADDR= # Wherever your address is
$ export VAULT_TOKEN= # For testing purposes, the root token works

About

Testing python connection to Vault


Languages

Language:Python 100.0%