Skip to content

Commit

Permalink
Merge pull request #675 from andyzhangx/TLS12
Browse files Browse the repository at this point in the history
chore: upgrade TLS1.0 to TLS1.2 in account creation
  • Loading branch information
k8s-ci-robot authored Jun 22, 2021
2 parents 5bbcabc + 510aa8b commit 97c3f16
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/provider/azure_storageaccount.go
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,7 @@ func (az *Cloud) EnsureStorageAccount(accountOptions *AccountOptions, genAccount
NetworkRuleSet: networkRuleSet,
IsHnsEnabled: accountOptions.IsHnsEnabled,
EnableNfsV3: accountOptions.EnableNfsV3,
MinimumTLSVersion: storage.MinimumTLSVersionTLS12,
},
Tags: tags,
Location: &location}
Expand Down

0 comments on commit 97c3f16

Please sign in to comment.