From 933dd26f358544447950cd69b52436fd5538ade2 Mon Sep 17 00:00:00 2001 From: bragi92 Date: Mon, 1 Jun 2026 11:27:10 -0700 Subject: [PATCH] Update storage/remote/azuread/azuread.go Co-authored-by: Bartlomiej Plotka Signed-off-by: bragi92 --- storage/remote/azuread/azuread.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/storage/remote/azuread/azuread.go b/storage/remote/azuread/azuread.go index ff8ff6c50f..052dffe7f8 100644 --- a/storage/remote/azuread/azuread.go +++ b/storage/remote/azuread/azuread.go @@ -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.