- pushable to private pypy repo
- login testable
- token auth testable
- approle auth testable
To install this package run
pip install -i https://pypi-registry.chatbooks.com core_vault_auth_lib
from core_vault_auth_lib import SecretsVault
v = SecretsVault()
v.authenticate()
creds = v.get_secrets('job-server', store='bi')
if you are building a new version make sure you have this file configured
~/.pypirc
[distutils]
index-servers =
cb
[cb]
repository = https://pypi-registry.chatbooks.com/
username = cb
password = cb