Torsten Curdt
Torsten Curdt
> looks like the best way to fix this would be adding an option for ssh-agent-auth that would tell go-git to use the agent instead of tokens, and keep the...
An agent might be OK for interactive sessions, I don't see it as an alternative for a non-interactive sessions TBH. I see the following options: 1. accept to live with...
I see it's implemented already https://github.com/nlewo/comin/blob/main/internal/http/http.go#L40
I saw that error only once. I guess some kind of caching? Oh, cool. I didn't know about the manifold. That does indeed seems to fix it.
Not sure whether that means to close the ticket or not.
Speaking of which. I don't understand how to reduce the logging ``` I0530 20:40:31.458795 1 main.go:111] Using resources cronjobs,daemonsets,deployments,pods,statefulsets I0530 20:40:31.458856 1 types.go:136] Using all namespace I0530 20:40:31.458862 1 main.go:133]...
AFAICT this is still an issue.