Wim 42wim
  • Joined on 2021-11-06
42wim created pull request gitea/tea#520 2022-10-28 16:10:30 +00:00
Add option to disable version checking
42wim pushed to vcheck at 42wim/tea 2022-10-28 16:01:33 +00:00
528ff1ba49 Add option to disable version checking
2a8c1daa67 Add tea issue edit (#506)
54b535a527 Find DefaultPRHead based on branch and SHA (#514)
c1c7870ceb Handle Team Reviews (#515)
a37377d181 Add "json" as output type (#513)
Compare 8 commits »
42wim created branch vcheck in 42wim/tea 2022-10-28 16:01:33 +00:00
42wim pushed to sshcert at 42wim/tea 2022-09-14 16:20:51 +00:00
d66fc0e693 Merge remote-tracking branch 'origin/main' into sshcert
4ee5ce4b52 Fix "go install" example (#505)
6c9b2f8745 move s3 endpoint to secrets
1a256291dc Changelog 0.9.0 (#503)
832136b6d4 Add user list command (#427)
Compare 12 commits »
42wim commented on pull request gitea/tea#442 2022-09-14 15:59:18 +00:00
Add support for authentication via ssh certificates and pub/privatekey

@6543 maintainer edits is now active

42wim commented on pull request gitea/tea#442 2022-08-19 21:00:08 +00:00
Add support for authentication via ssh certificates and pub/privatekey

Can any of the maintainers can take a look to get this merged ?

42wim commented on pull request gitea/tea#442 2022-07-16 14:29:04 +00:00
Add support for authentication via ssh certificates and pub/privatekey

ok pulled in upstream go-sdk back

42wim pushed to sshcert at 42wim/tea 2022-07-16 14:28:03 +00:00
02e77d463f Use upstream go-sdk
42wim commented on pull request gitea/tea#442 2022-06-26 14:50:36 +00:00
Add support for authentication via ssh certificates and pub/privatekey

Updated to add support for encrypted ssh keys.

42wim pushed to sshcert at 42wim/tea 2022-06-26 14:42:49 +00:00
393671f779 Add support for encrypted ssh keys
42wim pushed to httpsign at 42wim/go-sdk 2022-06-24 19:02:08 +00:00
04147197ae Fix missed password to passphrase rename
42wim pushed to httpsign at 42wim/go-sdk 2022-06-24 19:01:12 +00:00
135a1e6a29 Fix typo
42wim commented on pull request gitea/go-sdk#553 2022-06-24 19:00:07 +00:00
Add support for http signatures

@noerw @6543 please review again with latest changes

42wim pushed to httpsign at 42wim/go-sdk 2022-06-24 18:57:31 +00:00
8f2b7601e5 Add support for sshkeys with passphrases
42wim commented on pull request gitea/go-sdk#553 2022-06-24 18:35:59 +00:00
Add support for http signatures

@noerw good catch, I didn't write this with encrypted ssh keys in mind (actually this was written with only ssh-agent in mind ;))

So, for now using an encrypted key will show `ssh: cannot…

42wim commented on pull request gitea/go-sdk#553 2022-06-23 13:06:42 +00:00
Add support for http signatures

current CI failure is not related :)

42wim pushed to httpsign at 42wim/go-sdk 2022-06-23 12:57:42 +00:00
c843d3a5e7 Add extra error checking for invalid certificate
42wim commented on pull request gitea/go-sdk#553 2022-06-23 12:52:52 +00:00
Add support for http signatures

It shouldn't be possible that we arrive at this situation because we already do the necessary checks beforehand to check that it's actually a certificate.

On line 84 (for file based certificate…

42wim commented on pull request gitea/go-sdk#553 2022-06-22 08:38:15 +00:00
Add support for http signatures

Done

42wim pushed to httpsign at 42wim/go-sdk 2022-06-22 08:37:59 +00:00
9aa2ea331e Return errors everywhere