Merge pull request #2163 from pdeva/patch-6

List who can access metadata storage
This commit is contained in:
Fangjin Yang 2015-12-27 14:43:44 -08:00
commit b9d1d0057a
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.