fateh288 commented on code in PR #584:
URL: https://github.com/apache/ranger/pull/584#discussion_r2162662739
##########
security-admin/src/main/java/org/apache/ranger/biz/ServiceDBStore.java:
##########
@@ -1919,6 +1899,13 @@ public Map<String, String>
getServiceConfigForPlugin(Long serviceId) {
}
}
}
+ Map<String, String> ugsyncConfigs = getLatestUgsyncConfig();
Review Comment:
@dhavalshah9131 instead of reading the configs only for ugsync, can we read
the configs starting with a certain prefix from ranger admin site xml-- this
will help https://github.com/apache/ranger/pull/595 too
--
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]