Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
@amplication/plugin-secrets-manager-aws-secret-manager
Advanced tools
Amplication plugin for AWS Secrets Manager
Amplication plugin that allows easy management of secrets by using AWS Secrets Manager.
This purpose of this plugin is to easily and securely use secrets from AWS Secrets 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).
Example:
"fetchMode": "STARTUP",
"secretNames": [
"/path/common",
"/path/path1:SecretA",
"/path/path2:SecretB",
"/path/path2/path3:SecretC"
]
The secret name must be formatted in either of the following way:
<secret_path>:<secret_name>
- This format specifies that a single secret named secret_name
needs to be loaded from the secret_path
path [applies to both fetch mode].<secret_path>
- This format specifies that all the secrets that are in the secret_path
needs to be loaded [only applies to STARTUP
fetch mode].To use this plugin:
This plugin will override your default implementation for SecretsManagerService
to use the secrets from AWS Secrets Manager
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 for AWS Secrets Manager
We found that @amplication/plugin-secrets-manager-aws-secret-manager demonstrated a not healthy version release cadence and project activity because the last version was released 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
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.