An open API service indexing awesome lists of open source software.

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.

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.