eget icon indicating copy to clipboard operation
eget copied to clipboard

[FEATURE REQUEST] Support proxy using kerberos

Open papanito opened this issue 6 months ago • 0 comments

If you are sitting behine a corporate proxy, eget should use proxy information as per https://github.com/zyedidia/eget/issues/29

However, some companies using Kerberos as authentication method which requires authentication against the proxy.

So currently if I want to use eget I get "authenticationrequired"

eget jesseduffield/lazygit
Get "https://api.github.com/repos/jesseduffield/lazygit/releases/latest": authenticationrequired

I am no go expert so nor sure if these links help

  • https://pkg.go.dev/gopkg.in/jcmturner/gokrb5.v8
  • https://github.com/dpotapov/go-spnego/blob/master/spnego_gokrb5.go

papanito avatar Sep 22 '25 10:09 papanito