mirror of
https://gitea.com/gitea/act_runner.git
synced 2025-12-19 12:34:47 +00:00
feat: add config for runner auth with client certificates (gitea/act_runner#321)
This commit is contained in:
@@ -16,4 +16,6 @@ type Client interface {
|
||||
runnerv1connect.RunnerServiceClient
|
||||
Address() string
|
||||
Insecure() bool
|
||||
Clientcert() string
|
||||
Clientkey() string
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user