Make API calls to Vault Secrets to retrieve secrets.
Project description
Overview
Make API calls to Vault Secrets to retrieve secrets.
Prerequisites
Required:
Python requests module
Secrets Vault Organization ID
Secrets Vault Project ID
Secrets Vault Application Name
Secrets Vault Application Client ID
Secrets Vault Application Client Secret
Optional:
Secret Name (to return the latest value of a specific secret)
Organization and Project IDs can be retrieved using the vlt CLI: https://developer.hashicorp.com/vault/tutorials/hcp-vault-secrets-get-started/hcp-vault-secrets-retrieve-secret
Usage
Installation:
pip3 install vault_secrets
python3 -m pip install vault_secrets
Execution:
import vault_secrets
# Get access token.
token = get_token(
APPLICATION_CLIENT_ID,
APPLICATION_CLIENT_SECRET
)
# Get secrets.
response = get_secrets(
token,
ORGANICATION_ID,
PROJECT_ID,
APPLICATION_NAME
)
secret_value="$(python3 </path/to/>vault_secrets -o ORGANICATION_ID -p PROJECT_ID -a APPLICATION_NAME -c APPLICATION_CLIENT_ID -s APPLICATION_CLIENT_SECRET -n SECRET_NAME)"
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
vault_secrets-1.0.0.tar.gz
(2.5 kB
view hashes)
Built Distribution
Close
Hashes for vault_secrets-1.0.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 70eb9bf1d0482e88f96e25194a5d7a1fb8758ed1ea5356247fbe56769da95a66 |
|
MD5 | 3e4af357ccf87e14576aaa43ee80d546 |
|
BLAKE2b-256 | 9d82ae3cb3d293505f641410fe819cfe397985df49b828e8effd99b3945dbfcd |