Commit d72776b
azure: enhance storage account security in podvm-image-handler
Add security hardening to Azure storage account creation in the VHD upload process:
- Enforce minimum TLS version 1.2
- Disable cross-tenant object replication
- Disable public network access
- Enforce HTTPS-only connections
- Disable public blob access
These changes ensure the temporary storage accounts used for VHD uploads comply with Azure security best practices and organizational security policies.
Co-Authored-By: Claude Sonnet 4.5 <[email protected]>
Signed-off-by: Pradipta Banerjee <[email protected]>1 parent 19527f3 commit d72776b
1 file changed
+12
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
530 | 530 | | |
531 | 531 | | |
532 | 532 | | |
| 533 | + | |
| 534 | + | |
| 535 | + | |
| 536 | + | |
| 537 | + | |
| 538 | + | |
533 | 539 | | |
534 | 540 | | |
535 | 541 | | |
536 | 542 | | |
537 | 543 | | |
538 | 544 | | |
539 | | - | |
| 545 | + | |
| 546 | + | |
| 547 | + | |
| 548 | + | |
| 549 | + | |
| 550 | + | |
540 | 551 | | |
541 | 552 | | |
542 | 553 | | |
| |||
0 commit comments