Skip to main content

HashiCorp Vault API client

Project description

hvac

HashiCorp Vault API client for Python 2.7/3.x

Travis CI codecov Documentation Status PyPI version

Tested against the latest release, HEAD ref, and 3 previous major versions (counting back from the latest release) of Vault. Currently supports Vault v0.9.6 or later.

Documentation

Documentation for this module is hosted on readthedocs.io.

Getting started

Installation

pip install hvac

or

pip install "hvac[parser]"

if you would like to be able to return parsed HCL data as a Python dict for methods that support it.

Initialize the client

import os

import hvac

# Using plaintext
client = hvac.Client()
client = hvac.Client(url='http://localhost:8200')
client = hvac.Client(url='http://localhost:8200', token=os.environ['VAULT_TOKEN'])

# Using TLS
client = hvac.Client(url='https://localhost:8200')

# Using TLS with client-side certificate authentication
client = hvac.Client(url='https://localhost:8200', cert=('path/to/cert.pem', 'path/to/key.pem'))

# Using Namespace
client = hvac.Client(url='http://localhost:8200', token=os.environ['VAULT_TOKEN'], namespace=os.environ['VAULT_NAMESPACE'])

Read and write to secret backends

client.write('secret/foo', baz='bar', lease='1h')

print(client.read('secret/foo'))

client.delete('secret/foo')

Authenticate using token auth backend

# Token
client.token = 'MY_TOKEN'
assert client.is_authenticated() # => True

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

hvac-0.7.1.tar.gz (58.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

hvac-0.7.1-py2.py3-none-any.whl (159.9 kB view details)

Uploaded Python 2Python 3

File details

Details for the file hvac-0.7.1.tar.gz.

File metadata

  • Download URL: hvac-0.7.1.tar.gz
  • Upload date:
  • Size: 58.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.20.1 setuptools/40.6.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.7.1

File hashes

Hashes for hvac-0.7.1.tar.gz
Algorithm Hash digest
SHA256 531d339916ba565eb594aa4fbcc0a3c98a94ac9fc169fbf3afaf8ca7fe02f53e
MD5 e264f7ff001184ba68c4cdb81f89febb
BLAKE2b-256 0cfa38bd817a99a0e265e7280660e11a76516cc9ffbbebdaf4417876698bf3a8

See more details on using hashes here.

File details

Details for the file hvac-0.7.1-py2.py3-none-any.whl.

File metadata

  • Download URL: hvac-0.7.1-py2.py3-none-any.whl
  • Upload date:
  • Size: 159.9 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.20.1 setuptools/40.6.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.7.1

File hashes

Hashes for hvac-0.7.1-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 11f7858126d859d0f6262b1aed60f8312e2a6a6700fd430be3ff4d40786dabda
MD5 6b643c31c2fb03f5bafeaadfb9917c59
BLAKE2b-256 7c5e84b3fdb96635c3011519350fc75a0ac7dd6b8415bd0e7e70051a8a8c2ffd

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page