sysdiglabs / kube-apparmor-manager

Manage AppAmormor profiles for Kubernetes cluster
Apache License 2.0
39 stars 5 forks source link

panic: error configuring SSH client #9

Closed beyondelastic closed 1 year ago

beyondelastic commented 1 year ago

I tried the kube-apparmor-manager on a linux and mac client but always get the following error:


panic: error configuring SSH client, make sure you setup the credentials correctly

goroutine 1 [running]: main.main() /home/runner/work/kube-apparmor-manager/kube-apparmor-manager/main.go:19 +0x9dd


SSH_PERM_FILE and SSH_USERNAME are specified and working if I use the variables while connecting to one of the worker nodes via ssh.

beyondelastic commented 1 year ago

The issue was fixed not application related. Can be closed!