Skip to content

Commit 78c6457

Browse files
authored
fix: change minimum tls version to 1.2 (#8208)
1 parent 529d09d commit 78c6457

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

e2e/config/azure.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -422,6 +422,7 @@ func (a *AzureClient) createBlobStorageAccount(ctx context.Context) error {
422422
Properties: &armstorage.AccountPropertiesCreateParameters{
423423
AllowBlobPublicAccess: to.Ptr(false),
424424
AllowSharedKeyAccess: to.Ptr(false),
425+
MinimumTLSVersion: to.Ptr(armstorage.MinimumTLSVersionTLS12),
425426
},
426427
}, nil)
427428
if err != nil {

0 commit comments

Comments
 (0)