mneethiraj commented on code in PR #980:
URL: https://github.com/apache/ranger/pull/980#discussion_r3383790417
##########
distro/src/main/assembly/pdp.xml:
##########
@@ -33,6 +33,7 @@
<include>org.apache.ranger:authz-embedded</include>
<include>org.apache.ranger:ranger-audit-core</include>
<include>org.apache.ranger:ranger-audit-dest-auditserver</include>
+ <include>org.apache.ranger:ranger-audit-dest-solr</include>
Review Comment:
`org.apache.ranger:ranger-audit-dest-solr` shouldn't be packaged in PDP (and
other plugin packages); with recent updates in RANGER-5632, all audit
destinations except auditserver destination were removed from all plugins. PDP
server also should only be sending logs to auditserver destination. I suggest
updating `dev-support/ranger-docker/scripts/pdp/ranger-pdp-site.xml` for this.
--
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]