Skip to content

Conversation

rameeshm
Copy link
Contributor

What changes were proposed in this pull request?

Change is to have the audits generated why GDS request are denied because of DataSet being inactive or expired. Currently without this fix Data Share details are not in the audit and hence audit filtering / reporting cannot be done when denial happens.

How was this patch tested?

Testing with local vm and docker

… DataSet should have data share details

Signed-off-by: Ramesh Mani <rmani@apache.org>
@rameeshm rameeshm requested review from kumaab and mneethiraj October 14, 2025 07:18
LOG.debug("==> GdsDatasetEvaluator.evaluate({}, {}, {})", request, result, projectsToEval);

if (isActive()) {
result.addDataset(getName());
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Alternatively, result.addDataset(getName()); could move before if loop, this way else part can be avoided.

@rameeshm
Copy link
Contributor Author

This is not needed any more so closing it

@rameeshm rameeshm closed this Oct 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants