Skip to content

Releases: cleardataeng/resource-policy-evaluation-library

v3.2.0

02 Dec 14:48
6f625ad
Compare
Choose a tag to compare

Support for Vertex AI notebooks.

v3.1.2

18 Nov 18:39
313e88b
Compare
Choose a tag to compare

Add stacktrace to log message.

v3.1.1

17 Sep 22:21
1cd8b61
Compare
Choose a tag to compare

Revert exception handling logic.

v3.1.0

19 Aug 21:09
0e4a2ea
Compare
Choose a tag to compare

Changes:

  • A custom python policy can choose to ignore being called by the Python Policy Engine for an evaluation by implementing should_evaluate_policy. If the method returns False the policy will not be evaluated for the resource. If should_evaluate_policy method does not exist or it returns True the policy will be evaluated.

v3.0.7

12 Aug 19:44
74b33d5
Compare
Choose a tag to compare

Log the entire resource object if there is an exception during opa engine eval.

v3.0.6

12 Aug 19:05
a5ea0de
Compare
Choose a tag to compare

Fix issue with opa engine to handle exceptions and not bubble them up.

v3.0.5

08 May 21:13
aaf1665
Compare
Choose a tag to compare
Merge pull request #19 from cleardataeng/update_dataform_cai_extractor

update dataform workspace extractor

v3.0.4: Merge pull request #18 from cleardataeng/update_remediation_spec

08 May 17:44
466e63f
Compare
Choose a tag to compare

v3.0.3

19 Apr 14:46
89e8e9b
Compare
Choose a tag to compare

Add support for dataform

v3.0.2

13 Dec 16:51
bc229fd
Compare
Choose a tag to compare
  • Add policy_attributes attribute to the Policy class