ba-auth_keystore_vault/README.md
Alan Bridgeman e0747f5405
All checks were successful
Publish to Private NPM Registry / publish (push) Successful in 36s
Initial Commit
2026-02-18 08:55:30 -06:00

1 KiB

Hashicorp Vault based Implementation of bridgeman Accessible Auth Keystore

This is the commercial secrets management product (Hashicorp Vault) implementation of the Bridgeman Accessible Auth Keystore.

That is, this module/package/library stores and retrieves JSON Web Keys ("keys") from a Hashiccorp Vault instance. Which means that the security of this option is significantly. And particularly because Hashicorp Vault can be self-hosted this makes this a good choice for anyone that doesn't want to use a cloud based offering but wants a certain level of security.

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.