As we reevaluate how to best support and maintain Staging Ref in the future, we encourage development teams using this environment to highlight their use cases in the following issue: https://gitlab.com/gitlab-com/gl-infra/software-delivery/framework/software-delivery-framework-issue-tracker/-/issues/36.

Skip to content
Snippets Groups Projects
Commit c0d3b2db authored by Ash McKenzie's avatar Ash McKenzie
Browse files

Merge branch 'id-remove-ssl-cert-dir-logging' into 'main'

Remove SSL_CERT_DIR logging

See merge request gitlab-org/gitlab-shell!546
parents 31901e0d b1d1827c
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -14,8 +14,6 @@ import (
"gitlab.com/gitlab-org/gitlab-shell/client"
"gitlab.com/gitlab-org/gitlab-shell/internal/metrics"
"gitlab.com/gitlab-org/labkit/log"
)
const (
Loading
Loading
@@ -95,8 +93,6 @@ func (sc *ServerConfig) GracePeriod() time.Duration {
func (c *Config) ApplyGlobalState() {
if c.SslCertDir != "" {
log.WithFields(log.Fields{"ssl_cert_dir": c.SslCertDir}).Info("SSL_CERT_DIR is configured")
os.Setenv("SSL_CERT_DIR", c.SslCertDir)
}
}
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment