ankycooper
ankycooper
It does not work with TLS I have the following manifests. Ingress Route TCP (does not generate cert uses traefik default) ``` apiVersion: traefik.containo.us/v1alpha1 kind: IngressRouteTCP metadata: name: mq-ingess-tcp spec:...
just to add some OpenSSL tests #without SNI openssl s_client -showcerts -connect mq. example.com:443 > default traefik cert openssl s_client -showcerts -connect mq. example.com:8883 > default traefik cert #with SNI...
Tried lot of different combinations Diff versions of K3s -- same issue Diff OS (ubuntu-22.04/debian-12) -- same issue Disabled app armour -- same issue single node/multi node k3s -- same...
https://github.com/1Password/connect-helm-charts/issues/124 so far it does not work on "debian/ubuntu" but works on "amazon/fedora"
It's a self hosted dev k3s cluster. Teraform and ansible integrations work. Op cli works as well. I assume my network firewall isn't blocking anything. I don't have a business...
works with minikube, but fails with k3s with the error above.
Thanks please let me know if you happen to get a fix. On Thu, 24 Nov 2022, 8:54 am Adam Pike, ***@***.***> wrote: > Thanks for the updates. It initially...
I'm already on v1.9.0 tried v1.8.1 got a different error message (still code is 500) `{"level":"info","ts":1669318119.2693477,"logger":"controller_onepassworditem","msg":"Reconciling OnePasswordItem","Request.Namespace":"default","Request.Name":"upsteam-apikey"} {"level":"error","ts":1669318127.3086646,"logger":"controller-runtime.controller","msg":"Reconciler error","controller":"onepassworditem-controller","request":"default/upsteam-apikey","error":"Failed to retrieve item: status 500: failed to initiate, review service logs...
This issue is still there, tried Multiple helm versions of connect Inc. latest (connect Helm chart: 1.15.0 App: 1.7.2) -- no luck Multiple k3s versions -- no luck Multiple RKE2...
Firstly really like the look and feel, keep up the good work! I am not sure what proxy is being used under the hood, i used to use Traefik with...