ba-auth_keystore_keyvault/README.md
Alan Bridgeman 170b1a0cec
All checks were successful
Publish to Private NPM Registry / publish (push) Successful in 38s
Initial Commmit
2026-02-18 12:48:25 -06:00

926 B

Azure Key Vault based Implementation of bridgeman Accessible Auth Keystore

This is the Azure 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.

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.