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:
@@ -25,6 +25,10 @@ runner:
|
||||
timeout: 3h
|
||||
# Whether skip verifying the TLS certificate of the Gitea instance.
|
||||
insecure: false
|
||||
# Specifies the path to the client certificate for Gitea autentication.
|
||||
clientcert: ""
|
||||
# Specifies the path to the client key for Gitea autentication.
|
||||
clientkey: ""
|
||||
# The timeout for fetching the job from the Gitea instance.
|
||||
fetch_timeout: 5s
|
||||
# The interval for fetching the job from the Gitea instance.
|
||||
|
||||
Reference in New Issue
Block a user