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
This commit is contained in:
pdeva 2015-12-27 14:25:17 -08:00
parent 9aa62e4631
commit 98fc08b0de
1 changed files with 11 additions and 0 deletions

View File

@ -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 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 e.g rule changes done by [Coordinator](../design/coordinator.html) and other
config changes. 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.