rameeshm commented on code in PR #810:
URL: https://github.com/apache/ranger/pull/810#discussion_r2709764711


##########
dev-support/ranger-docker/scripts/admin/create-ranger-services.py:
##########
@@ -117,7 +117,16 @@ def service_not_exists(service):
                                    'userstore.download.auth.users': 'ozone',
                                    
'ranger.plugin.ozone.policy.refresh.synchronous':'true'}})
 
-services = [hdfs, yarn, hive, hbase, kafka, knox, kms, trino, ozone]
+solr = RangerService({'name': 'dev_solr', 'type': 'solr',
+                     'configs': {'username': 'solr', 'password': 
'rangerR0cks!',

Review Comment:
   @mneethiraj  should there be a default policy created for the ranger_audit 
collection with the service users  else audit write and read by ranger user 
will fail



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to