-
- Downloads
Support TLS for metrics endpoints
Our monitoring endpoints are HTTP by default. Let's allow configuring TLS in order to provide TLS on these endpoints
Showing
- cmd/gitlab-sshd/main.go 5 additions, 12 deletionscmd/gitlab-sshd/main.go
- config.yml.example 10 additions, 0 deletionsconfig.yml.example
- internal/config/config.go 21 additions, 8 deletionsinternal/config/config.go
- internal/config/config_test.go 22 additions, 0 deletionsinternal/config/config_test.go
- internal/sshd/monitoring/monitoring.go 89 additions, 0 deletionsinternal/sshd/monitoring/monitoring.go
- internal/sshd/monitoring/monitoring_test.go 88 additions, 0 deletionsinternal/sshd/monitoring/monitoring_test.go
- internal/sshd/monitoring/testdata/localhost.crt 27 additions, 0 deletionsinternal/sshd/monitoring/testdata/localhost.crt
- internal/sshd/monitoring/testdata/localhost.key 28 additions, 0 deletionsinternal/sshd/monitoring/testdata/localhost.key
- internal/testhelper/testdata/testroot/config.yml 12 additions, 0 deletionsinternal/testhelper/testdata/testroot/config.yml
- internal/testhelper/testdata/testroot/gitlab_shell_secret 1 addition, 0 deletionsinternal/testhelper/testdata/testroot/gitlab_shell_secret
internal/sshd/monitoring/monitoring.go
0 → 100644
internal/sshd/monitoring/monitoring_test.go
0 → 100644
Please register or sign in to comment