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

Explore our API for extensive documentation.

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.9.tar.gz (10.5 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.9-py3-none-any.whl (12.7 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: robocorp_vault-1.3.9.tar.gz
  • Upload date:
  • Size: 10.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/2.1.4 CPython/3.12.3 Linux/6.11.0-1018-azure

File hashes

Hashes for robocorp_vault-1.3.9.tar.gz
Algorithm Hash digest
SHA256 4514d2994022f95f235dad12b6945ad363ec1b8d264527b26933ab7ac040e861
MD5 9fc35a08bf4b1df01cbd14d3ba69148d
BLAKE2b-256 c73dc8481db7788ab595fcdcf5a080f1aa8f7a5cd29b7609e7757fe5461ebd8f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: robocorp_vault-1.3.9-py3-none-any.whl
  • Upload date:
  • Size: 12.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/2.1.4 CPython/3.12.3 Linux/6.11.0-1018-azure

File hashes

Hashes for robocorp_vault-1.3.9-py3-none-any.whl
Algorithm Hash digest
SHA256 7cdeb5eec3b2cc696ff282a0e175583bcde4caba83adbf00f67936194dc50626
MD5 ea0bcdb0c46c95538186464f488d4a85
BLAKE2b-256 ecf4857b1e62a2be6812ba487d018a97dce366c769321ab4e4b126f6ef238190

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