Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-pages.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKrasimir Angelov <kangelov@gitlab.com>2019-10-07 06:12:02 +0300
committerKrasimir Angelov <kangelov@gitlab.com>2019-10-07 06:12:02 +0300
commitf640b99697b6f6bb9c9ed2919bab3f1ee0d1c4e2 (patch)
tree0f81aae0a295097ac2eef9580bb72442449399d2 /app_config.go
parentfa804e9f422cb1525324e917a4b318bea8596067 (diff)
Remove unused Admin gRPC API
It was ever used. See gitlab-org/omnibus-gitlab/merge_requests/3444#note_194217889 for more details. Done as part of https://gitlab.com/gitlab-org/gitlab/issues/28781.
Diffstat (limited to 'app_config.go')
-rw-r--r--app_config.go19
1 files changed, 7 insertions, 12 deletions
diff --git a/app_config.go b/app_config.go
index 00469db6..b870626d 100644
--- a/app_config.go
+++ b/app_config.go
@@ -6,20 +6,15 @@ type appConfig struct {
ArtifactsServerTimeout int
RootCertificate []byte
RootKey []byte
- AdminCertificate []byte
- AdminKey []byte
- AdminToken []byte
MaxConns int
- ListenHTTP []uintptr
- ListenHTTPS []uintptr
- ListenProxy []uintptr
- ListenMetrics uintptr
- ListenAdminUnix uintptr
- ListenAdminHTTPS uintptr
- InsecureCiphers bool
- TLSMinVersion uint16
- TLSMaxVersion uint16
+ ListenHTTP []uintptr
+ ListenHTTPS []uintptr
+ ListenProxy []uintptr
+ ListenMetrics uintptr
+ InsecureCiphers bool
+ TLSMinVersion uint16
+ TLSMaxVersion uint16
HTTP2 bool
RedirectHTTP bool