From 98fc08b0de9c3c4e749f39a0b680288e0e59e5b7 Mon Sep 17 00:00:00 2001 From: pdeva Date: Sun, 27 Dec 2015 14:25:17 -0800 Subject: [PATCH] List who can access metadata storage This is useful to know which ip addresses you need to allow to access your RDS instance for example --- docs/content/dependencies/metadata-storage.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/content/dependencies/metadata-storage.md b/docs/content/dependencies/metadata-storage.md index 9ab710c8638..8c1046334c1 100644 --- a/docs/content/dependencies/metadata-storage.md +++ b/docs/content/dependencies/metadata-storage.md @@ -177,3 +177,14 @@ Service](../design/indexing-service.html) in the course of its work. The Audit table is used to store the audit history for configuration changes e.g rule changes done by [Coordinator](../design/coordinator.html) and other config changes. + ++ ++##Accessed By: ## ++ ++The Metadata Storage is accessed only by: ++ ++1. Realtime Nodes + 2. Indexing Service Nodes (if any) ++3. Coordinator Nodes ++ ++Thus you need to give permissions (eg in AWS Security Groups) only for these machines to access the Metadata storage.