Redacts AWS join credientials from /v1/agent/self output.

This commit is contained in:
James Phillips 2017-01-25 21:01:07 -08:00
parent b6ca8d2464
commit 682d65b4bc
No known key found for this signature in database
GPG Key ID: 77183E682AC5FC11
1 changed files with 2 additions and 2 deletions

View File

@ -129,8 +129,8 @@ type RetryJoinEC2 struct {
TagValue string `mapstructure:"tag_value"`
// The AWS credentials to use for making requests to EC2
AccessKeyID string `mapstructure:"access_key_id"`
SecretAccessKey string `mapstructure:"secret_access_key"`
AccessKeyID string `mapstructure:"access_key_id" json:"-"`
SecretAccessKey string `mapstructure:"secret_access_key" json:"-"`
}
// RetryJoinGCE is used to configure discovery of instances via Google Compute