https://github.com/wallarm/docker-wallarm-node
⚡️ Official docker image for Wallarm Node. API security platform agent.
https://github.com/wallarm/docker-wallarm-node
api-firewall api-security application-firewall envoyproxy nginx openapi-security rest-security security security-audit security-automation security-scanner security-tools waf web-application-firewall
Last synced: 7 months ago
JSON representation
⚡️ Official docker image for Wallarm Node. API security platform agent.
- Host: GitHub
- URL: https://github.com/wallarm/docker-wallarm-node
- Owner: wallarm
- Created: 2016-02-17T12:46:10.000Z (almost 10 years ago)
- Default Branch: main
- Last Pushed: 2024-12-09T09:30:20.000Z (about 1 year ago)
- Last Synced: 2024-12-09T10:33:38.616Z (about 1 year ago)
- Topics: api-firewall, api-security, application-firewall, envoyproxy, nginx, openapi-security, rest-security, security, security-audit, security-automation, security-scanner, security-tools, waf, web-application-firewall
- Language: Shell
- Homepage: https://wallarm.com
- Size: 297 KB
- Stars: 32
- Watchers: 11
- Forks: 22
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Wallarm node Docker image (NGINX-based)
# DEPRECATED REPOSITORY
Please use the [official instructions for running Docker image with the NGINX-based Wallarm Node](https://docs.wallarm.com/admin-en/installation-docker-en/).
Wallarm end-to-end API Security protects websites, APIs and microservices from OWASP Top 10, bots and application abuse with no manual rule configuration and ultra-low false positives. This Docker image contains all subsystems of the NGINX-based Wallarm node to be deployed to your environment to protect it.
* [Image on Docker Hub](https://hub.docker.com/r/wallarm/node)
* [Detailed instructions for running the Docker container](https://docs.wallarm.com/admin-en/installation-docker-en/)
### Software requirements
* docker
* docker-compose
* gnu-sed (insted of `sed` util, just for MacOS)
```
brew install gnu-sed
export PATH="/opt/homebrew/opt/gnu-sed/libexec/gnubin:$PATH"
### Build
Use `make build` to build `wallarm/node:test` docker image.
### Tests
Use `make smoke-test` to run smoke tests.