Ryan Budhu ryanjbudhu
  • Joined on 2023-12-08
ryanjbudhu commented on pull request gitea/act_runner#446 2024-07-22 17:15:55 +00:00
feat: add config for runner auth with client certificates (#321)

Sorry about all of the force-pushes, was updating the commit and tried to fix the conflicting changes but that added a bunch of irrelevant file changes due to the merge... Once this looks good I…

ryanjbudhu pushed to main at ryanjbudhu/act_runner 2024-07-22 17:11:46 +00:00
ryanjbudhu pushed to main at ryanjbudhu/act_runner 2024-07-22 16:28:33 +00:00
740f9eeb32 Merge remote-tracking branch 'upstream/main'
ryanjbudhu pushed to main at ryanjbudhu/act_runner 2024-07-22 16:26:38 +00:00
adddbecebd Merge remote-tracking branch 'upstream/main'
ryanjbudhu pushed to main at ryanjbudhu/act_runner 2024-07-22 16:22:01 +00:00
af08712049 Merge remote-tracking branch 'upstream/main'
2f78411c3d ci: standardize code style and update version extraction (#566)
d1d3cad4b0 feat: allow graceful shutdowns (#546)
1735b26e66 Don't log job output when debug logging is not enabled (#543)
65ed62d2f5 Upgrade dependencies (#537)
Compare 25 commits »
ryanjbudhu pushed to main at ryanjbudhu/act_runner 2024-07-22 16:13:04 +00:00
8e4e70b177 feat: add config for runner auth with client certificates (gitea/act_runner#321)
ryanjbudhu created pull request gitea/act_runner#446 2023-12-11 20:23:32 +00:00
feat: add config for runner auth with client certificates (#321)
ryanjbudhu pushed to main at ryanjbudhu/act_runner 2023-12-10 17:21:01 +00:00
b4c2f68480 feat: add config for runner auth with client certificates (gitea/act_runner#321)
ryanjbudhu pushed to main at ryanjbudhu/act_runner 2023-12-10 17:20:19 +00:00
fca88aa07a feat: add config for runner auth with client certificates (#321)
ryanjbudhu pushed to main at ryanjbudhu/act_runner 2023-12-10 17:19:06 +00:00
a48264c7d4 deat: add config for runner auth with client certificates (#321)
ryanjbudhu pushed to main at ryanjbudhu/act_runner 2023-12-10 17:04:24 +00:00
b358ff0fe2 Add support for client certificate on the runner.
ryanjbudhu pushed to main at ryanjbudhu/act_runner 2023-12-09 21:07:17 +00:00
d926c9a6d0 Add support for client certificate on the runner.
ryanjbudhu commented on issue gitea/act_runner#321 2023-12-08 04:48:30 +00:00
Support for client certificates

I have the same problem when trying to set up a runner for Gitea Actions... Looking at the code (with my limited Go experience) one could modify the getHTTPClient() function in [http.go](src/bran…

ryanjbudhu created repository ryanjbudhu/act_runner 2023-12-08 01:47:12 +00:00