ramackri commented on PR #1138:
URL: https://github.com/apache/ranger/pull/1138#issuecomment-5439983706
> @ramackri - in addition to topic partition details, it might be necessary
to store additional details, such as audit ingestor endpoint, allowed users per
service. How about introducing a new table:
>
> ```
> x_audit_config(cfg_name string cfg_value string, version long);
>
> insert into x_audit_config(cfg_name, cfg_value) values ("ingestor.url,
"https://ranger-audit-ingestor:8765");
> insert into x_audit_config(cfg_name, cfg_value) values
("service.hive.allowed.users", "hive");
> insert into x_audit_config(cfg_name, cfg_value) values
("topic-partitions", 30);
> ```
Now we moved to x_audit_config
--
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]