From b311f15da2afe6678249a76804d47711d4456dc1 Mon Sep 17 00:00:00 2001 From: Brian Christner Date: Sun, 15 Oct 2017 23:42:13 +0200 Subject: [PATCH] updated security sections --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9777436..25716cb 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,8 @@ - [Alerting](#alerting) - [Test Alerts](#test-alerts) - [Install Dashboard](#install-dashboard) - - [Security Considerations](#Security-considerations-for-production) + - [Security Considerations](#security-considerations-for-production) + - [Production Security](#production-security) - [Troubleshooting](#troubleshooting) - [Mac Users](#mac-users) - [Intesting Projects that use this Repo](#intesting-Projects-that-use-this-Repo) @@ -91,7 +92,7 @@ This project is intended to be a quick-start to get up and running with Docker a Since this is a template to get started Prometheus and Alerting services are exposing their ports to allow for easy troubleshooting and understanding of how the stack works. -## Security considerations for production: +## Production Security: Here are just a couple security considerations for this stack to help you get started. * Remove the published ports from Prometheus and Alerting servicesi and only allow Grafana to be accessed * Enable SSL for Grafana with a Proxy such as [jwilder/nginx-proxy](https://hub.docker.com/r/jwilder/nginx-proxy/) or [Traefik](https://traefik.io/) with Let's Encrypt