Skip to main content

Unimatrix One Vault subsystem client library

Project description

Unimatrix Vault Client Library

Synopsis

The Unimatrix Vault subsystem maintains secrets, such as passwords and private keys, on the behalf of Unimatrix One users. This Python package provides a client library that exposes a simple API for most common operations.

import os

import ioc


secret_id = '00000000-00000000-00000000-00000000'
service = ioc.require('VaultService')
with service.asymmetric(secret_id) as fp:
    assert os.path.exists(fp)


assert not os.path.exists(fp)

Installation

pip3 install unimatrix.ext.vault

Features

  • Remove sensitive data immediately from the local system after use.
  • Django integration through the python-ioc module.

License

GPLv3

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

unimatrix.ext.vault-0.1.0.tar.gz (2.2 kB view hashes)

Uploaded Source

Supported by

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