Security News
Research
Data Theft Repackaged: A Case Study in Malicious Wrapper Packages on npm
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
@amplication/plugin-secrets-manager-bitwarden
Advanced tools
Amplication plugin to manage secrets using Bitwarden-secret-manager
Amplication plugin for managing secrets using the Bitwarden secrets manager.
This plugin provides a wrapper for the Bitwarden secret manager SDK which allows you to manage secrets for your application using the Bitwarden secret manager.
The plugins are fetched by two methods:
STARTUP
- In this method, the plugins are fetched during the startup time (Initially loaded).ON_DEMAND
- In this method, the plugins are fetched during the runtime (Loaded when the secrets are needed).You need to define also a property named secretNames
that will contain a list of the secrets that the service needs to interact with (see below for the formatting of the secret name).
Ensure that the secretNames match exactly with the keys from your bitwarden secret manager.
Example:
"fetchMode": "STARTUP",
"secretNames": [
"secretKey1",
"secretKey2",
"secretKey3"
]
Enable the plugin from your Amplication app
when enabled, This plugin will override your default implementation for SecretsManagerService
to use the Bitwarden secrets manager.
Make sure to set your Bitwarden credentials(access_token
and organisation_id
) correctly.
Set your preffered fetchMode
and specify your secretNames
if your preferred fetchMode is STARTUP
.
build
Running npm run build
will bundle your plugin with Webpack for production.
dev
Running npm run dev
will watch your plugin's source code and automatically bundle it with every change.
FAQs
Amplication plugin to manage secrets using Bitwarden-secret-manager
The npm package @amplication/plugin-secrets-manager-bitwarden receives a total of 8,578 weekly downloads. As such, @amplication/plugin-secrets-manager-bitwarden popularity was classified as popular.
We found that @amplication/plugin-secrets-manager-bitwarden demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 8 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Research
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Research
Security News
Attackers used a malicious npm package typosquatting a popular ESLint plugin to steal sensitive data, execute commands, and exploit developer systems.
Security News
The Ultralytics' PyPI Package was compromised four times in one weekend through GitHub Actions cache poisoning and failure to rotate previously compromised API tokens.