summaryrefslogtreecommitdiff
path: root/internal/config
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-302-44/+28
* 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-122-26/+44
* | 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-052-5/+5
* gitlab-sshd: Add support for configuring host certificatesStan Hu2022-06-261-0/+1
* Abort long-running unauthenticated SSH connectionsIgor Drozdov2022-05-232-10/+12
* Exclude Gitaly unavailable error from error rateIgor Drozdov2022-05-211-2/+1
* Make ProxyHeaderTimeout configurableIgor Drozdov2022-05-192-6/+9
* Allow specifying formatted durations in configIgor Drozdov2022-05-192-25/+68
* Allow configuring SSH server algorithmsIgor Drozdov2022-05-191-0/+3
* Log canceled requests into separate metricsIgor Drozdov2022-05-171-1/+2
* 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
|/
* Add additional metrics to gitlab-sshdIgor Drozdov2022-04-131-2/+5
* 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-212-13/+17
* 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
* Fix a flaky testNick Thomas2021-09-141-1/+1
* refactor: move away from ioutil (deprecated)feistel2021-08-191-3/+2
* refactor: change httpclient to return an errorfeistel2021-08-132-6/+8
* refactor: update usage of NewHTTPClient to NewHTTPClientWithOptsfeistel2021-08-111-1/+6
* Fix formatting via make fmtStan Hu2021-07-262-3/+2
* Prometheus metrics for HTTP requestsIgor Drozdov2021-07-212-1/+35
* 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-302-0/+34
* 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-182-164/+94
* tests: Replace assert with requirezj-remove-testify-assertZeger-Jan van de Weg2020-10-151-7/+6
* 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-012-0/+10