Initial Commmit
All checks were successful
Publish to Private NPM Registry / publish (push) Successful in 38s

This commit is contained in:
Alan Bridgeman 2026-02-18 12:48:25 -06:00
commit 170b1a0cec
14 changed files with 4777 additions and 0 deletions

8
README.md Normal file
View file

@ -0,0 +1,8 @@
# Azure Key Vault based Implementation of bridgeman Accessible Auth Keystore
This is the [Azure Key Vault](https://azure.microsoft.com/en-us/products/key-vault) implementation of the Bridgeman Accessible Auth Keystore.
That is, this module/package/library stores and retrieves JSON Web Keys ("keys") from an Azure Key Vault. Which means keys managed in this way should be secure. As a cloud product offered by Microsoft, Azure Key Vault should offer robust, secure key storage.
For more details on the Keystore concept itself or "upstream effects" see the [Keystore Library README](https://git.bridgemanaccessible.ca/Bridgeman-Accessible/ba-auth_keystore/src/branch/main/README.md).
This module/package/library includes a testing suite to verify functionality. It can be run using the `yarn test` command in any terminal/shell that supports Yarn. This test suite is also run as part of the public CI/CD automation on push.