Skip to content

Commit

Permalink
add using configopaque.String instead string for auth.password
Browse files Browse the repository at this point in the history
  • Loading branch information
go-follow committed Nov 18, 2023
1 parent 7fd8aba commit ed75f9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exporter/cassandraexporter/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ type Compression struct {
}

type Auth struct {
UserName string `mapstructure:"username"`
UserName string `mapstructure:"username"`
Password configopaque.String `mapstructure:"password"`
}

0 comments on commit ed75f9e

Please sign in to comment.