Initial Commit
All checks were successful
Publish to Private NPM Registry / publish (push) Successful in 36s
All checks were successful
Publish to Private NPM Registry / publish (push) Successful in 36s
This commit is contained in:
commit
e0747f5405
14 changed files with 4785 additions and 0 deletions
8
README.md
Normal file
8
README.md
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
# Hashicorp Vault based Implementation of bridgeman Accessible Auth Keystore
|
||||
This is the commercial secrets management product ([Hashicorp Vault](https://www.hashicorp.com/en/products/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](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.
|
||||
Loading…
Add table
Add a link
Reference in a new issue