onyxia
onyxia copied to clipboard
account git
Users can no more save the time that their git credential should be cache?
Can we add this here ?

this value is store in vault with the secret : gitCredentialCacheDuration
We removed this field because we assumed 0 (infinity) would always be the preferred default.
Was there user complaints about it?
Anyway, sure, I can add it back in if you think it's relevant.
0 is not working. There is no cache at the moment. But anyway I prefer that users can control this security feature
What's the correct value for infinity then?
i don't know
but infinity is very bad for security so I really don't like that
Considering we have IP protection enabled by default and a services password I though the git password was protected enough already... What do you see as default? 2 hours?
The last default was no cache (0) I think it's a good default because it's the standard configuration of git.
Ok that's a good thing. To change a default I have to write a migration script...