Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@amplication/plugin-secrets-manager-bitwarden

Package Overview
Dependencies
Maintainers
8
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@amplication/plugin-secrets-manager-bitwarden

Amplication plugin to manage secrets using Bitwarden-secret-manager

  • 1.0.2
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
11K
decreased by-39.39%
Maintainers
8
Weekly downloads
 
Created
Source

@amplication/plugin-bitwarden-secret-manager

NPM Downloads

Amplication plugin for managing secrets using the Bitwarden secrets manager.

Purpose

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.

Configuration

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"
]

Usage

  1. Enable the plugin from your Amplication app when enabled, This plugin will override your default implementation for SecretsManagerService to use the Bitwarden secrets manager.

  2. Make sure to set your Bitwarden credentials(access_token and organisation_id) correctly.

  3. Set your preffered fetchMode and specify your secretNames if your preferred fetchMode is STARTUP.

Scripts

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.

Keywords

FAQs

Package last updated on 28 Dec 2023

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc