mneethiraj commented on code in PR #810:
URL: https://github.com/apache/ranger/pull/810#discussion_r2709829057
##########
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:
@rameeshm - good catch! I was expecting plugins to fail sending audits to
solr without such a policy. However, audits made to Solr. Similarly I expected
queries from Ranger admin to fail, but they didn't. I will file a JIRA to
understand this issue better.
--
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]