mirror of
https://github.com/kopia/kopia.git
synced 2026-05-18 19:54:37 -04:00
fix(providers): add tags in azure.Options (#4716)
Adds missing `kopia:"sensitive"` tags
This commit is contained in:
@@ -26,10 +26,10 @@ type Options struct {
|
||||
// the tenant-ID/client-ID/client-Secret of the service principal
|
||||
TenantID string
|
||||
ClientID string
|
||||
ClientSecret string
|
||||
ClientSecret string `kopia:"sensitive"`
|
||||
|
||||
// ClientCert are used for creating ClientCertificateCredentials
|
||||
ClientCert string
|
||||
ClientCert string `kopia:"sensitive"`
|
||||
|
||||
StorageDomain string `json:"storageDomain,omitempty"`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user