summaryrefslogtreecommitdiff
path: root/internal/config/config.go
Commit message (Expand)AuthorAgeFilesLines
* gitlab-sshd: Add support for signed user certificatessh-ssh-certificatesStan Hu2023-03-081-0/+1
* feat: make retryable http default clientSteve Azzopardi2023-01-301-8/+2
* Merge branch '196-add-kerberos-support' into 'main'Igor Drozdov2023-01-231-0/+8
|\
| * Add support for the gssapi-with-mic auth methodMarin Hannache2023-01-231-0/+8
* | feat: put retryablehttp.Client behind feature flagSteve Azzopardi2023-01-121-2/+8
* | feat: retry on errorSteve Azzopardi2023-01-121-2/+2
|/
* sshd: Add ProxyAllowed setting to limit PROXY protocol IP addressesJames Fargher2022-11-231-0/+1
* go: Bump major version to v14Patrick Steinhardt2022-07-051-3/+3
* gitlab-sshd: Add support for configuring host certificatesStan Hu2022-06-261-0/+1
* Abort long-running unauthenticated SSH connectionsIgor Drozdov2022-05-231-9/+11
* Make ProxyHeaderTimeout configurableIgor Drozdov2022-05-191-0/+2
* Allow specifying formatted durations in configIgor Drozdov2022-05-191-25/+30
* Allow configuring SSH server algorithmsIgor Drozdov2022-05-191-0/+3
* Implement ClientKeepAlive optionIgor Drozdov2022-05-121-15/+21
* Make PROXY policy configurableIgor Drozdov2022-05-101-0/+1
* Merge branch '541_remove_self_signed_cert_option' into 'main'Igor Drozdov2022-04-261-2/+0
|\
| * Remove `self_signed_cert` optionVasilii Iakliushin2022-04-221-2/+0
* | Revert "Abort long-running unauthenticated SSH connections"Igor Drozdov2022-04-251-6/+0
|/
* Abort long-running unauthenticated SSH connectionsIgor Drozdov2022-03-301-0/+6
* Reuse Gitaly conns and SidechannelIgor Drozdov2022-03-071-0/+3
* Add more metrics for gitlab-sshdIgor Drozdov2022-02-211-2/+1
* Remove SSL_CERT_DIR loggingid-remove-ssl-cert-dir-loggingIgor Drozdov2021-11-231-4/+0
* Log SSL_CERT_DIR when it's configuredIgor Drozdov2021-10-201-0/+4
* Respect log-level configuration againNick Thomas2021-09-231-0/+2
* refactor: move away from ioutil (deprecated)feistel2021-08-191-3/+2
* refactor: change httpclient to return an errorfeistel2021-08-131-4/+5
* refactor: update usage of NewHTTPClient to NewHTTPClientWithOptsfeistel2021-08-111-1/+6
* Fix formatting via make fmtStan Hu2021-07-261-1/+0
* Prometheus metrics for HTTP requestsIgor Drozdov2021-07-211-1/+9
* remove tracing.NewRoundTripper from internal/Config, now that NewHTTPClient a...Igor Wiedler2021-07-201-10/+4
* Provide liveness and readiness probesIgor Drozdov2021-07-191-1/+5
* Shutdown sshd gracefullyIgor Drozdov2021-07-151-0/+7
* Merge branch 'change_log_format' into 'main'Patrick Bajao2021-07-131-1/+1
|\
| * changed filename extension to .log as json can operate on .log filelistout2021-05-261-1/+1
| * changed the format of log file to json from textlistout2021-05-241-2/+2
* | Fix opentracing setup for gitlab-sshdNick Thomas2021-05-171-2/+9
|/
* gitlab-sshd: Respect the ssl_cert_dir config516-handle-ssl-cert-dir-correctlyNick Thomas2021-04-301-0/+10
* gitlab-sshd: Support the PROXY protocolNick Thomas2021-04-121-0/+1
* Fix thread-safety issues in gitlab-shell518-fix-thread-safetyNick Thomas2021-04-091-22/+22
* Add monitoring endpoint to sshdBen Kochie2021-02-161-0/+2
* Refactor Config defaultsBen Kochie2021-02-161-50/+33
* RFC: Simple built-in SSH serverLorenz Brun2021-01-181-44/+94
* Make it possible to propagate correlation ID across processesStan Hu2020-09-201-1/+1
* Fix gitlab-shell not handling relative URLs over UNIX socketssh-fix-unix-relative-url-accessStan Hu2020-08-201-10/+12
* Support new ssl_cert_dir config settingAsh McKenzie2020-07-011-0/+1
* Move gitlabnet client to client packagejc-refactor-gitlabnet-clientJohn Cai2020-05-041-1/+19
* Move go code up one levelNick Thomas2019-10-181-0/+123