Open
Description
Please stop logging authentication creds / token passed as argument or environment variable.
Example beginning of the log:
2023/10/13 10:52:10 Argument alert-template-file=
Alertmanager URL: {{.Data.ExternalURL}}
{{range .Data.Alerts}}
* {{.Status}} {{.GeneratorURL}}
{{if .Labels}}
Labels:
{{- end}}
{{range $key, $value := .Labels}}
- {{$key}} = {{$value -}}
{{end}}
{{if .Annotations}}
Annotations:
{{- end}}
{{range $key, $value := .Annotations}}
- {{$key}} = {{$value -}}
{{end}}
{{end}}
TODO: add graph url from annotations.
2023/10/13 10:52:10 Argument alertlabel=alert:boom:
2023/10/13 10:52:10 Argument authtoken=github_reducted_
2023/10/13 10:52:10 Argument authtoken-file=
Looking at the code we could use function ArgsFromEnvWithLog(f, false) instead of ArgsFromEnv in the main function.
Metadata
Metadata
Assignees
Labels
No labels