[bridge] auth token are not removed properly in git config
Labels: area/bridgekind/bug
Timeline
Michael Muré (MichaelMure) opened
When removing a bridge credential, a git command is executed in the repo to remove the corresponding sections in the global config. It seems that this command only match part of the entries to remove, leaving a broken credential behind.
Michael Muré (MichaelMure)
added label
area/bridge
Michael Muré (MichaelMure) commented
master now use go-git with a dedicated keyring. This issue is no longer a concern.
Michael Muré (MichaelMure) closed the bug
Shahriar Heidrich (smheidrich) commented
@MichaelMure I still have this exact issue in the latest release binary (March 21, 2021). Have the relevant commits not made it into that release yet or is this a regression?
Michael Muré (MichaelMure) commented
It's not released yet. The last release was just addressing a security issue.