feat: new template "rancher-bench-security" (#188)

This commit is contained in:
Germán Ramos García
2016-06-23 00:57:10 +02:00
committed by Bill Maxwell
parent 008cf13d19
commit 3d3355ce0d
5 changed files with 86 additions and 0 deletions
@@ -0,0 +1,20 @@
# rancher-security-bench
### Info:
This template provides information about security issues in your rancher environment. It follow the recomendations of of https://dockerbench.com/
It has a logic to run in every docker host of your rancher enironment and a web interface to see the results
### Usage:
The web interface runs on the port 80 of "web-server" service.
You can access to it by adding a rancher load balancer or using traefik proxy.
If you want to use traefik proxy just configure the domain parameter. The web will be accesible at http://rancher-security-bench.<YOUR DOMAIN>
If you do not want to use traefik proxy just ignore the domain parameter
You can customize the time interval in wich the automatic tests will be run. Just tune the "Refresh Interval" option.