Robocorp Control Room Vault API integration library
Project description
robocorp-vault
robocorp-vault
is a library that provides read and write access to the Vault in Robocorp Control Room, which can be used to store and retrieve secret values such as passwords.
Getting started
A secret consists of a name, an optional description, and a map of keys and values. For instance, one secret can be login credentials for a website, which includes both a username and a password:
from robocorp.tasks import task
from robocorp import vault
@task
def inspect_secret():
secret = vault.get_secret("login_credentials")
print("Secret name:", secret.name)
print("Secret description:", secret.description)
print("Secret keys:", secret.keys())
print("Secret value:", secret["username"])
Guides
Further user guides and tutorials can be found in Robocorp Docs.
API Reference
Explore our API for extensive documentation.
Changelog
A list of releases and corresponding changes can be found in the changelog.
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
Built Distribution
File details
Details for the file robocorp_vault-1.3.7.tar.gz
.
File metadata
- Download URL: robocorp_vault-1.3.7.tar.gz
- Upload date:
- Size: 10.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.12.3 Linux/6.8.0-1014-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 17fae413da9164536452c13d770afc7cc5d0877695c14ded66777583ac0c8e5d |
|
MD5 | e98a51ac1f7cc7a64411bece90bc07be |
|
BLAKE2b-256 | a8ff0e6df6848a963603c5d74d4dc103fee7326e8e20c140f35d510ae53bfdd9 |
File details
Details for the file robocorp_vault-1.3.7-py3-none-any.whl
.
File metadata
- Download URL: robocorp_vault-1.3.7-py3-none-any.whl
- Upload date:
- Size: 12.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.12.3 Linux/6.8.0-1014-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fd5b8bd5c6a08a54c472343b23750b20f9044ce1e35701c271cf8c0058875725 |
|
MD5 | 14c084f894e81d12762532c0b162085b |
|
BLAKE2b-256 | 9537034f6788ab14b781e1015efa1e6d1c870f7f8ec77211fb6477cf9a22d8ec |