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:
bragi92 2026-06-01 11:27:10 -07:00 committed by GitHub
parent bb8f8bdbca
commit 933dd26f35
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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.