You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by ol...@apache.org on 2018/05/15 11:33:34 UTC

[ambari] 02/02: AMBARI-23822. Extend genrated security jsons with restored old Atlas collections

This is an automated email from the ASF dual-hosted git repository.

oleewere pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ambari.git

commit 1890f5f1011dd0c4b98c0d2ef1a9a361de66a315
Author: Oliver Szabo <ol...@gmail.com>
AuthorDate: Tue May 15 13:31:53 2018 +0200

    AMBARI-23822. Extend genrated security jsons with restored old Atlas collections
---
 .../0.1.0/package/templates/infra-solr-security.json.j2             | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/ambari-server/src/main/resources/common-services/AMBARI_INFRA_SOLR/0.1.0/package/templates/infra-solr-security.json.j2 b/ambari-server/src/main/resources/common-services/AMBARI_INFRA_SOLR/0.1.0/package/templates/infra-solr-security.json.j2
index 18d2340..db502f3 100644
--- a/ambari-server/src/main/resources/common-services/AMBARI_INFRA_SOLR/0.1.0/package/templates/infra-solr-security.json.j2
+++ b/ambari-server/src/main/resources/common-services/AMBARI_INFRA_SOLR/0.1.0/package/templates/infra-solr-security.json.j2
@@ -73,6 +73,12 @@
        "role": ["admin", "{{infra_solr_role_ranger_admin}}", "{{infra_solr_role_ranger_audit}}"],
        "name": "backup-ranger-manager",
        "path": "/*"
+    },
+    {
+       "collection": ["old_vertex_index", "old_edge_index", "old_fulltext_index"],
+       "role": ["admin", "{{infra_solr_role_atlas}}"],
+       "name": "backup-atlas-manager",
+       "path": "/*"
     }]
   }
 }
\ No newline at end of file

-- 
To stop receiving notification emails like this one, please contact
oleewere@apache.org.