-
In very strict security setup, we may want to ensure all traffic are encrypted in transit. Including communications between authgear and application or ingress controller.
We can enable k8s ingress…
-
We have successfully deployed osctrl to our k8s cluster. The idea is to deploy the Nginx ingress as the entry point to provide mTLS/TLS termination. After that, the request was forwarded to osctrl-tls…
-
When a pod within the cluster connects to a load balancer HTTPS port that is configured to perform TLS termination (i.e. has a certificate configured), TLS is not terminated and the connection is forw…
-
As recommended in the VerneMQ Kubernetes [documentation](https://docs.vernemq.com/guides/vernemq-on-kubernetes#general-recommendations-for-large-scale-deployments) the TLS should preferably not be ter…
-
I'm working on a feature to allow users of the Akash Network to specify that their deployments have TLS termination at the Pod level. This will allows everyone to have SSL on their deployments as long…
-
- [x] I have searched the [issues](https://github.com/brocaar/chirpstack-gateway-bridge) of this repository and believe that this is not a duplicate.
## Summary
This feature allows the…
-
**Describe the bug**
Hi there.
We are facing a weird issue regarding HTTPS redirection with this ingress on this context:
- Load-Balancer : NLB with TLS termination / Certificate in AWS cert mana…
-
**Describe the bug**
After updating API certificates, the kube-apiserver pod goes into `CrashLoopBackoff`. It's apparently failing on a CLI parameter for SNI certs:
```
E0520 14:26:56.563182 15 r…
-
Currently the ldap container exposes a plain text port 389 to the outside. This means that all traffic between the haproxy and ldap container is plain text, which we don't want.
There are two solu…
-
### Version
3.6.2
### What Kubernetes platforms are you running on?
EKS Amazon
### Steps to reproduce
k8s EKS version: 1.31
Describe the bug:
Sometimes, the nginx-ingress-controller restarts the…