Skip to main content

Azure Key Vault Helper Package

Project description

Azure Keyvault Stuff

A package that provides functionality for interacting with an Azure Keyvault

Installation

Run the following to install the package:

python -m pip install azure-keyring-stuff

Usage

from azure_keyring_stuff import getClient, getSecret, setSecret, deleteSecret
from azure.identity import DefaultAzureCredential

client = getClient(vault_name="VAULT_NAME", credential=DefaultAzureCredential())

secret = getSecret(client=client, secret_name="SECRET_NAME")

new_secret = setSecret(client=client, secret_name="SECRET_NAME", secret_value="SECRET_VALUE")

deleted_secret = deleteSecret(client=client, secret_name="SECRET_NAME")

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

azure-keyvault-stuff-0.0.3.tar.gz (2.4 kB view hashes)

Uploaded Source

Built Distribution

azure_keyvault_stuff-0.0.3-py3-none-any.whl (2.5 kB view hashes)

Uploaded Python 3

Supported by

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