
Security News
Axios Supply Chain Attack Reaches OpenAI macOS Signing Pipeline, Forces Certificate Rotation
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.
3scale-loader
Advanced tools
Sometime to do a demo of 3scale, you would like to populate your account with sample data.
This scripts does two things :
Go to your 3scale admin console and click on the gear icon on the top right corner
and drill down to Personal Settings > Tokens.
Create an access token and keep the generated token in a safe place. Make sure the "Account Management API" scope is checked and permissions is set to "Read/write".

If you create an extra field named "x-created-by", the script will use it to mark the accounts, applications and users so that it can do the cleanup later.
If this extra field is not created, the cleanup will not be done.
To create this field, go to your 3scale admin console and drill down to
Settings > Fields Definition and create three fields :
x-created-byx-created-byx-created-byMake sure the name is x-created-by (the name is currently hardcoded) and :
Hidden is checkedRead Only is checked

The easiest way to install this script is through NPM :
npm install -g 3scale-loader
To create 2 sample accounts, 3 applications in each account and 1 additional user in each account :
3scale-loader create --host <tenant>-admin.3scale.net --token <your-access-token> --accounts 2 --applications 3 --users 1 --verbose
To cleanup the created objects :
3scale-loader cleanup --host <tenant>-admin.3scale.net --token <your-access-token> --verbose
To get some help :
3scale-loader --help
FAQs
A script that loads sample data in 3scale
The npm package 3scale-loader receives a total of 10 weekly downloads. As such, 3scale-loader popularity was classified as not popular.
We found that 3scale-loader demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.

Security News
Open source is under attack because of how much value it creates. It has been the foundation of every major software innovation for the last three decades. This is not the time to walk away from it.

Security News
Socket CEO Feross Aboukhadijeh breaks down how North Korea hijacked Axios and what it means for the future of software supply chain security.