Fatih USTA
Fatih USTA
I'm using 2.8.89. I upgrade to 2.8.90, but still same.
Hi I worked on this issue. Stream proxy health check works fine now. Here is my branch. https://github.com/fatihusta/apisix/tree/stream-proxy-healthcheck-support @shreemaan-abhishek could you please check my branch. Is this right way to...
> @fatihusta it would be much better if you write your proposal first. I re-imlemented this [PR](https://github.com/apache/apisix/pull/2546). Also I added new control API functions. Control API is in http context....
Hi @jmhbnz Yes, I'm using etcdutl command in container. Actually I did not set memory limitation of container. I think is hits docker machine vm memory limit. (Running 8 containers...
@ahrtr I tested and worked. I'm using podman on macos(M1). ```sh podman machine list NAME VM TYPE CREATED LAST UP CPUS MEMORY DISK SIZE podman-machine-default* qemu 7 weeks ago Currently...
Is there any update for this issue?
I added quick fix patch for apisix-dashboard. https://github.com/apache/apisix-dashboard/issues/2915#issuecomment-2127662316
Hi @Harfusha If I understand correctly, the ansible configuration below may help you. Create this file in the project folder. `ansible.cfg` Copy these config into ansible.cfg ``` [defaults] force_color =...
Ansible has [async](https://docs.ansible.com/ansible/latest/playbook_guide/playbooks_async.html) feature, but I never tried.
Hi @bzp2010 First of all this PR probably breaks 3.5 and early versions. Here is screenshots https://github.com/apache/apisix/blob/master/t/certs/apisix.crt https://github.com/apache/apisix/blob/master/t/certs/apisix.key ```sh # curl http://127.0.0.1:9180/apisix/admin/ssls --header 'X-API-KEY: XXXXXX' | jq { "list": [...