
Security News
Python Adopts Standard Lock File Format for Reproducible Installs
Python has adopted a standardized lock file format to improve reproducibility, security, and tool interoperability across the packaging ecosystem.
artillery-plugin-aws-sigv4-http
Advanced tools
A plugin for artillery.io that add an authentication header to every request that conforms to V4 of the AWS Signature Specification. See https://github.com/shoreditch-ops/artillery. Also see http://docs.aws.amazon.com/general/latest/gr/sigv4_signing.htm
A plugin for artillery.io that signs HTTP requests using the AWS Signature V4 specification.
To use:
npm install -g artillery
npm install -g artillery-plugin-aws-sigv4-http
Add aws-sigv4-http
plugin config to your "hello.json
" Artillery script
{
"config": {
"plugins": {
"aws-sigv4-http": {
"serviceName": "execute-api"
}
}
},
"scenarios": [
{
"beforeRequest": "addAmazonSignatureV4"
}
]
}
artillery run hello.json
This will add an authentication header to every request that conforms to V4 of the AWS Signature Specification.
For more information, see:
Enjoy!
FAQs
A plugin for artillery.io that add an authentication header to every request that conforms to V4 of the AWS Signature Specification. See https://github.com/shoreditch-ops/artillery. Also see http://docs.aws.amazon.com/general/latest/gr/sigv4_signing.htm
The npm package artillery-plugin-aws-sigv4-http receives a total of 2 weekly downloads. As such, artillery-plugin-aws-sigv4-http popularity was classified as not popular.
We found that artillery-plugin-aws-sigv4-http demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 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
Python has adopted a standardized lock file format to improve reproducibility, security, and tool interoperability across the packaging ecosystem.
Security News
OpenGrep has restored fingerprint and metavariable support in JSON and SARIF outputs, making static analysis more effective for CI/CD security automation.
Security News
Security experts warn that recent classification changes obscure the true scope of the NVD backlog as CVE volume hits all-time highs.