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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ca8d44d78b73baf2e3e8eefc6667b370a0524e16181ade6f76ce9db7d5f74baa
|
|
| MD5 |
9815a528c718f7ec31d75b29db44578c
|
|
| BLAKE2b-256 |
cc6ba2e2a0fda7d4cf5d387da38d589e931e221f5fccb562a1c1f617721aa484
|
File details
Details for the file azure_keyvault_stuff-0.0.5-py3-none-any.whl.
File metadata
- Download URL: azure_keyvault_stuff-0.0.5-py3-none-any.whl
- Upload date:
- Size: 3.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6869f4ae38c2034b6a7905b33ec5dede8ed4f3ed5a794a506bc04fea406e32ef
|
|
| MD5 |
b0180d4198f127ef739cd1bac1d7797f
|
|
| BLAKE2b-256 |
e816bc9e86687a8ab0e380265b3da16f555a1c8c5ce5ab0bb79435854c5418ce
|