Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support conditional python policy evaluation. #22

Merged
merged 2 commits into from
Aug 19, 2024

Conversation

neerajtickoo
Copy link
Contributor

Description: if a python policy implements should_evaluate_policy method, it can choose to have it evaluate a resource if the method returns True or ignore to be part of policy engine evaluation chain if the method returns False. Default behavior is still to be part of evaluation engine chain always.

Description: if a python policy implements should_evaluate_policy method, it can choose to have its evaluate a resource or ignore to be part of policy engine evaluation chain.
@neerajtickoo neerajtickoo merged commit 0e4a2ea into master Aug 19, 2024
3 checks passed
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