|
All checks were successful
Publish to Private NPM Registry / publish (push) Successful in 37s
|
||
|---|---|---|
| .forgejo/workflows | ||
| src | ||
| tests | ||
| .gitignore | ||
| jest.config.cjs | ||
| LICENSE | ||
| package.json | ||
| README.md | ||
| tsconfig.build.json | ||
| tsconfig.json | ||
| yarn.lock | ||
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.