ramackri commented on PR #1115: URL: https://github.com/apache/ranger/pull/1115#issuecomment-5112079340
Thanks @mneethiraj — agreed. RDBMS access audit has been deprecated since RANGER-3184; fixing the STR_LIST cast on `XAccessAuditService` was treating a symptom on a path we should not hit. Updated this PR to your suggested fixes: 1. **`RangerBizUtil`**: default `auditDBType` is now `AUDIT_STORE_SOLR` (was `AUDIT_STORE_RDBMS`) 2. **`conf.dist/ranger-admin-site.xml`**: default `ranger.audit.source.type` is now `solr` (was `db`) 3. **Docker Postgres `install.properties`**: `audit_store=solr` with FQDN Solr URLs enabled; OpenSearch block commented out Removed the `XAccessAuditService` STR_LIST change — with Solr as the default, RC1/docker validation should use the Solr path (`AccessAuditsService`, which already declares `requestUser` as `STR_LIST`). -- 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]
