Skip to content

Commit

Permalink
[installer]: remove logging of envvar obj
Browse files Browse the repository at this point in the history
It's possible that this can contain sensitive data
  • Loading branch information
Simon Emms authored and roboquat committed Oct 18, 2022
1 parent e845a68 commit 5dfeb0b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions install/installer/pkg/config/v1/envvars.go
Original file line number Diff line number Diff line change
Expand Up @@ -150,8 +150,6 @@ func (v version) BuildFromEnvvars(in interface{}) error {
envvars := ConfigEnvvars{}
envvars.load()

log.Infof("Detected envvars: %+v", envvars)

cfg.Domain = envvars.Domain

if licenseName := envvars.LicenseName; licenseName != "" {
Expand Down

0 comments on commit 5dfeb0b

Please sign in to comment.