Simon Schwichtenberg
Simon Schwichtenberg
#### Is your feature request related to a problem? Please describe I want to collect performance metrics for Windows nodes in EKS cluster. However, the [aws-opentelemetry-eks addon](https://github.com/aws-samples/aws-eks-accelerator-for-terraform/tree/main/modules/kubernetes-addons/aws-opentelemetry-eks) currently supports only...
### Name and Version bitnami/pgbouncer:1.17.0 ### What is the problem this feature will solve? The pgbouncer is affected by the following vulnerabilities (mostly related to curl) https://nvd.nist.gov/vuln/detail/CVE-2021-22945 (critical) https://nvd.nist.gov/vuln/detail/CVE-2022-32207 (critical)...
Hi, I am using an older version, i.e. 17.20.0 of this module. Currently, updating the module would take to long and I need a short-term patch to restrict the security...
More information on access token expiration would be desirable. I had the following questions: When a new access token is issued ( it seems is not issued when you call...
TlsInsecure is not considered when tls is not set to true. Maybe more connection string options are also effected.
Hi, in my project I am using Xtend source files that are in the directory `src`. The Xtend files are transcompiled to Java and stored in `build/xtend/main`. Can I configure...
I had to add this settings to my build.gradle for this plugin to work: ```groovy jacocoTestReport { reports { xml.enabled true } } ``` otherwise I get the message `Jacoco...
Hi, I followed the steps described here https://simpleidserver.com/docs/installation/#kubernetes to deploy simpleidserver to Docker Desktop Kubernetes (not Minikube). When I try to access the URL https://website.sid.svc.cluster.local/master/clients I get an HTTP error...