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-keyvault-stuff

Usage

from azure_keyvault_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.5.tar.gz (2.9 kB view details)

Uploaded Source

Built Distribution

azure_keyvault_stuff-0.0.5-py3-none-any.whl (3.2 kB view details)

Uploaded Python 3

File details

Details for the file azure-keyvault-stuff-0.0.5.tar.gz.

File metadata

  • Download URL: azure-keyvault-stuff-0.0.5.tar.gz
  • Upload date:
  • Size: 2.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.3

File hashes

Hashes for azure-keyvault-stuff-0.0.5.tar.gz
Algorithm Hash digest
SHA256 ca8d44d78b73baf2e3e8eefc6667b370a0524e16181ade6f76ce9db7d5f74baa
MD5 9815a528c718f7ec31d75b29db44578c
BLAKE2b-256 cc6ba2e2a0fda7d4cf5d387da38d589e931e221f5fccb562a1c1f617721aa484

See more details on using hashes here.

File details

Details for the file azure_keyvault_stuff-0.0.5-py3-none-any.whl.

File metadata

File hashes

Hashes for azure_keyvault_stuff-0.0.5-py3-none-any.whl
Algorithm Hash digest
SHA256 6869f4ae38c2034b6a7905b33ec5dede8ed4f3ed5a794a506bc04fea406e32ef
MD5 b0180d4198f127ef739cd1bac1d7797f
BLAKE2b-256 e816bc9e86687a8ab0e380265b3da16f555a1c8c5ce5ab0bb79435854c5418ce

See more details on using hashes here.

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