Skip to main content

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


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.4.tar.gz (10.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

robocorp_vault-1.3.4-py3-none-any.whl (12.6 kB view details)

Uploaded Python 3

File details

Details for the file robocorp_vault-1.3.4.tar.gz.

File metadata

  • Download URL: robocorp_vault-1.3.4.tar.gz
  • Upload date:
  • Size: 10.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.8.2 CPython/3.10.12 Linux/6.5.0-1015-azure

File hashes

Hashes for robocorp_vault-1.3.4.tar.gz
Algorithm Hash digest
SHA256 970e77e66ba5c27964a6115d58c1f628f1fe54802e77ae0a45ac93078e740a30
MD5 4336450522f656ce4550b575e4a9cb09
BLAKE2b-256 cd11cf475f8209db80095aa6b4f8005027925dae9d0de5726f295340aa8b1417

See more details on using hashes here.

File details

Details for the file robocorp_vault-1.3.4-py3-none-any.whl.

File metadata

  • Download URL: robocorp_vault-1.3.4-py3-none-any.whl
  • Upload date:
  • Size: 12.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.8.2 CPython/3.10.12 Linux/6.5.0-1015-azure

File hashes

Hashes for robocorp_vault-1.3.4-py3-none-any.whl
Algorithm Hash digest
SHA256 aaa1e4a5ab87edc490c7731a3221db137f5703467d1794c576296a223ff188d7
MD5 4ce213a8a67c5afc4f7f01208d243a73
BLAKE2b-256 f031a79ce4f9cb0afaccfb56fbf28dd0cb12d8d545ef121fc639760215fc7d61

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page