Michael Ludwig

Results 4 comments of Michael Ludwig

Thanks, I updated to the latest code. However, I'm still seeing this EPROTO error. It seems like it's trying to initiate an HTTPS connection using an HTTP URL. Here are...

Removing `c.LDAPAuthenticator.bind_dn_template = '{username}'` also fixed AD authentication for me.

I am also experiencing this. See here: https://github.com/serverless/serverless/issues/7132 It looks like trigger creation fails for some reason, though it works when I create the trigger manually, then reference it in...

In my case I didn't have any Helm resources in my cluster (using `kubectl get all -A -l app.kubernetes.io/managed-by=Helm`). What fixed it for me was deleting `.terraform.lock.hcl` and `.terragrunt-cache` (we're...