I am trying to implement Crossguard here, my use c...
# typescript
m
I am trying to implement Crossguard here, my use case is to block any resource deletion or IAM rules changes. Is there a way to allow human review on the Pulumi plan result and decide approve or reject? From the examples given in the website, it seems that the only way to get rid of the error is to remove the code changes completely
b
@microscopic-cpu-38113 in the business critical/server side implementation, you can modify the enforcement level via the UI. So for example, I can override the level for a certain control and have the policy pack manage it for certain environments
🙏 1