Mo Basher
Mo Basher
I experienced this issue a long time ago (more than 30 days), also fixed it by whitelisting 127.0.0.1:10246.
@mac-chaffee could you share here the Modsecurity rule that you used to whitelist this behavior. Just wanna make sure if we need to whitelist, this shouldn't be a generous rule...
@mac-chaffee try to add configmap as extraVolumes and mount it. I think it may trigger dynamic reload
@mac-chaffee I meant making a configmap as extraVolumes, and then mounted it as a file in the pod. But include or overwrite it with file that has reference to in...
@JKrehling @asifsmohammed I see an example [here](https://github.com/opensearch-project/data-prepper/blob/main/deployment-template/k8s/data-prepper-k8s.yaml) But what if we want to run the Data Prepper with multiple pods and the pipeline is reading from S3 buckets. How can...