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
Information on specific functions or classes: robocorp.vault
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
robocorp_vault-1.3.0.tar.gz
(10.6 kB
view hashes)
Built Distribution
Close
Hashes for robocorp_vault-1.3.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | a71194fd9a1c6cf339525482ddfaa2568aaadf0b4a6e57e9e13e215124106159 |
|
MD5 | 4ca897910f16bcae4d71e97a3dd85e3d |
|
BLAKE2b-256 | 4e513a1ff985b1b9024f996bf1a3675db0bacb035f50758bbf2e0b043175971a |