Abhinav Singh
Abhinav Singh
@abravalheri Apologies, haven't checked back on GitHub in weeks. Missed your message altogether. A point to note in our case is that, we have all our packages under a namespace....
@abravalheri I apologise for missing out on it. I checked our codebase today and we are still using `"setuptools
We tried the same for an instance running inside Kubernetes cluster. Changing `env:` for DISK_SIZE has no effect on underlying PVC. Moreover, we observed that slowly and gradually PVC now...
We have following examples on how to modify request/response, does none of these help? Note that, when you modify body of the responses, you must also modify necessary headers as...
If you see CONNECT only, it means TLS intercept is simply not working. Please make sure basic TLS interception examples are working for you before proceeding
I don't see your plugin trying to modify the response. Try to modify the response chunks , try this method https://github.com/abhinavsingh/proxy.py/blob/develop/proxy/http/proxy/plugin.py#L130 , see existing examples overriding this method. Lmk.
@creaexo Thank you for reporting, will take a look at this in coming days.
## My custom reverse proxy plugin code ``` from typing import TYPE_CHECKING, List, Tuple, Union from proxy.http import Url from proxy.http.parser import HttpParser from proxy.http.server import ReverseProxyBasePlugin from proxy.common.types import...
Closing this for now, please reopen if issue continues to persist. I tested this on my MacOS, but there is no reason this will not work on Ubuntu etc. Please...
@JJ-Author Can you try to add `-startdate` param within `pki.py` methods and see if it helps you?