Research
Security News
Threat Actor Exposes Playbook for Exploiting npm to Build Blockchain-Powered Botnets
A threat actor's playbook for exploiting the npm ecosystem was exposed on the dark web, detailing how to build a blockchain-powered botnet.
@socialgouv/sre-secrets
Advanced tools
Generate sealed secrets files for k8s deployment.
yarn add -g @socialgouv/sre-secrets
:warning: Need kubeseal
CLI installed on your system.
yarn start
yarn build
yarn test
With coverage:
yarn test-coverage
Usage: sre-secrets [options]
Options:
-h, --help Show help [boolean]
-f, --from File containing secrets [string] [default: "./.secrets.yaml"]
-t, --to Folder to store sealed secrets [string] [default: "./.k8s"]
-v, --version Show version number [boolean]
Ran at project level it produces all required sealed secrets files for k8s deployment.
sre-secrets --from=./.secrets.yaml --to=./.k8s
Assuming the existence of a .secrets.yaml
file as follows:
name: "my-sealed-secrets" # default sealed secrets name
namespace: "my-app-namespace" # deafault application namespace
environments: # Declare up to 3 environements (dev, preprod, prod)
dev: # Environment name
secrets: # List of secrets to seal
PASSWORD: "my_dev_password"
SERVICE_TOKEN: "1234"
preprod:
secrets:
PASSWORD: "my_preprod_password"
SERVICE_TOKEN: "abcd"
prod:
name: "my-prod-sealed-secrets" # Overwrite secrets name
namespace: "my-prod-app-namespace" # Overwrite application namespace
secrets:
PASSWORD: "my_strong_prod_password"
SERVICE_TOKEN: "iBjL1Rcqzhiy4fpxIxdZqohM2Yk"
FAQs
Generate sealed secrets files for k8s deployment.
The npm package @socialgouv/sre-secrets receives a total of 57 weekly downloads. As such, @socialgouv/sre-secrets popularity was classified as not popular.
We found that @socialgouv/sre-secrets demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 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.
Research
Security News
A threat actor's playbook for exploiting the npm ecosystem was exposed on the dark web, detailing how to build a blockchain-powered botnet.
Security News
NVD’s backlog surpasses 20,000 CVEs as analysis slows and NIST announces new system updates to address ongoing delays.
Security News
Research
A malicious npm package disguised as a WhatsApp client is exploiting authentication flows with a remote kill switch to exfiltrate data and destroy files.