mirror of
https://github.com/prometheus/prometheus.git
synced 2026-06-08 16:12:16 -04:00
Update storage/remote/azuread/azuread.go
Co-authored-by: Bartlomiej Plotka <bwplotka@gmail.com> Signed-off-by: bragi92 <kadubey@microsoft.com>
This commit is contained in:
parent
bb8f8bdbca
commit
933dd26f35
1 changed files with 1 additions and 1 deletions
|
|
@ -105,7 +105,7 @@ type CertificateConfig struct {
|
|||
|
||||
// CertificatePassword is the password for the certificate file (for PFX files).
|
||||
// This is optional and only needed if the certificate file is password-protected.
|
||||
CertificatePassword string `yaml:"certificate_password,omitempty"`
|
||||
CertificatePassword config_util.Secret `yaml:"certificate_password,omitempty"`
|
||||
|
||||
// SendCertificateChain controls whether to include x5c header in assertion to support
|
||||
// subject name / issuer-based authentication.
|
||||
|
|
|
|||
Loading…
Reference in a new issue