You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -245,7 +246,7 @@ There are ways to remediate them based on the context:
245
246
|_Policy Bundles have differing global states_| Recompile all of your bundles from scratch with your custom compiler. Bundles must be compiled with the same compiler: you cannot mix default and custom bundles. |
246
247
|_Policy Bundles have differing cookie seeds_| Recompile all of your bundles from scratch with your custom compiler. Bundles must be compiled with the same compiler: you cannot mix default and custom bundles. |
247
248
|_Duplicate policy name found_| Don't compile multiple policies with the same name, or one policy to multiple bundles. Each policy can be compiled once but a bundle can be re-used. |
248
-
|_Duplicate logging profile name found| Don't compile the same logging profile to multiple bundles. Each profile can be compiled once but a bundle can be re-used. |
249
+
|_Duplicate logging profile name found_| Don't compile the same logging profile to multiple bundles. Each profile can be compiled once but a bundle can be re-used. |
249
250
|_Timeout waiting for enforcer_| Likely an internal issue: [contact Support]({{< ref "/waf/support.md" >}}) |
250
251
{{< /table >}}
251
252
@@ -288,7 +289,6 @@ When deploying multiple scalability instances (Such as Kubernetes deployment rep
288
289
289
290
{{< /call-out >}}
290
291
291
-
292
292
## Using the compiler in a CI/CD process
293
293
294
294
When executing commands inside the compiler container, ensure that you use `/opt/app_protect/bin/apcompile` as the compiler binary.
0 commit comments