Robocorp Control Room Vault API integration library
Project description
Robocorp Control Room Vault API library
robocorp-vault is a library which provides read and write access to the
Vault at Robocorp Control Room.
Usage
from robocorp import vault
def reading_secrets():
secrets_container = vault.get_secret('secret_name')
print(f"Username: {secrets_container['username']}")
print(f"My secrets: {secrets_container}")
def modifying_secrets():
secret = vault.get_secret("swaglabs")
secret["username"] = "nobody"
vault.set_secret(secret)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
robocorp_vault-0.4.0.tar.gz
(8.2 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file robocorp_vault-0.4.0.tar.gz.
File metadata
- Download URL: robocorp_vault-0.4.0.tar.gz
- Upload date:
- Size: 8.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.5.1 CPython/3.10.6 Linux/5.15.0-1038-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
55b60c0d9e3d9f2304a1ab76fb936039d8ded7d30e3b7d12c69ea1279115686c
|
|
| MD5 |
7f9623e4c562d818b49c4f95d2ef5262
|
|
| BLAKE2b-256 |
5f55f118371693da38e0f44fc3c5ebb50c75b950e3269fb28aea18350f6fa42f
|
File details
Details for the file robocorp_vault-0.4.0-py3-none-any.whl.
File metadata
- Download URL: robocorp_vault-0.4.0-py3-none-any.whl
- Upload date:
- Size: 10.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.5.1 CPython/3.10.6 Linux/5.15.0-1038-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
afbef1782dc865f9f445602dc8849c9b77cb4ca3ba69111e2b599ab14b0f127f
|
|
| MD5 |
799516141c85f594376ea9b10c519dd6
|
|
| BLAKE2b-256 |
27a891fb76ef35b75ee0193c4cec55564153834b5af26fec0e11784d2c81b67f
|