Create a Post
cancel
Showing results for 
Search instead for 
Did you mean: 
david_michael
Participant
Jump to solution

Checkpoint CloudGuard w Kubernetes

Hello! I've deployed the cloudguard-2.10.2 chart into a Kubernetes cluster in AWS. I am now attempting to learn how to affect policy with Admission Control. The GSL builder makes things really easy, very intuitive! Great!

I've temporarily disabled runtimeProtection but imageScan and adminssionControl are both still enabled and checking in.

While in the console UI:

  1. When creating a new policy and I try to test it, I'm presented with a somewhat perplexing "Failed to test the rule due to an error". How can I troubleshoot the cause of the error? I don't see it in the admission-policy container log or the console log in the browser? 
 

MicrosoftTeams-image (26).png

 

 

 

 

 

Thanks for taking a look!

0 Kudos
1 Solution

Accepted Solutions
Geert_De_Ron
Employee
Employee

Hi David, there seems to be a syntax error in your GSL. You need to close the scope block with a ] 

 

KubernetesIngress should not have annotations contain [ key='kubernetes.io/ingress.class' ]

 

 

 

View solution in original post

0 Kudos
2 Replies
Geert_De_Ron
Employee
Employee

Hi David, there seems to be a syntax error in your GSL. You need to close the scope block with a ] 

 

KubernetesIngress should not have annotations contain [ key='kubernetes.io/ingress.class' ]

 

 

 

0 Kudos
david_michael
Participant

Ha! Absolutely right, that did it. Thank you!