oracle / oci-native-ingress-controller

OCI Native Ingress Controller
https://blogs.oracle.com/cloud-infrastructure/post/oracle-cloud-native-ingress-controller-kubernetes
Universal Permissive License v1.0
17 stars 19 forks source link

WAF Configuration in OKE #62

Closed naguaramaster closed 1 week ago

naguaramaster commented 1 month ago

Greetings,

Right now we are configuring WAF in the LoadBalancer that was created with the IngressClass. The Annotation was applied as described in the documentation and when is applied to the IngressClass yaml file, no change is seen in the Load Balancer. We expected it to be associated with the indicated WAF, but it did not happen. The question remains if there is any special way to apply the IngressClass configuration? Finally what we did was configure the WAF manually. Thank you

Inbaraj-S commented 1 month ago

@naguaramaster could you elaborate on how you set the configuration for WAF policy, ideally you should automatically see the firewall ocid getting attached. Please share more details.

naguaramaster commented 1 week ago

Thank you Ibaraj,

This was solved!