luis.silva
luis.silva
Hi, Running the default docker command on Mac M1 Pro (Monterey 12.3), im getting this error: `AH00015: Unable to open logs AH00558: httpd: Could not reliably determine the server's fully...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Kong version (`$ kong version`) 3.3.0 ### Current Behavior After upgrading from 3.2.2...
**Describe the bug** I want to emulate several upstream response with cache-control header. As you know cache-control policy can have several values with "," as a delimiter. Example: Cache-Control: max-age=300,...
Hi all, I just want to understand why encode invalid JSON works well without exception but decode breaks with an error. My use case is to encode data on Redis...
Hi, We started to use Hubble UI to see the network flows on our system. What happens during this journey is that the Platform Team can easily understand the flow...
Hi, is there any documentation on mock os.execute()? I´ve tried this way: ``` describe("Plugin: " .. plugin_name .. " - integration tests", function() local os_execute_mock lazy_setup(function() os_execute_mock = mock(os, "execute")...