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 details)

Uploaded Source

File details

Details for the file unimatrix.ext.vault-0.1.0.tar.gz.

File metadata

  • Download URL: unimatrix.ext.vault-0.1.0.tar.gz
  • Upload date:
  • Size: 2.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.7.3

File hashes

Hashes for unimatrix.ext.vault-0.1.0.tar.gz
Algorithm Hash digest
SHA256 b225e84579470197e4100e39f3de140e4e54ee940df1a340657c5933c39a9e8b
MD5 d51b5c537c62af24ccf80151ee866d8a
BLAKE2b-256 51c044c076dedb11883e4d5d490c5c938f8805efb7ce75c9738630df9e494db6

See more details on using hashes here.

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