Commit d5ca5ae
committed
feat: support allowCrossTenantReplication storage class parameter
Add allowcrosstenantreplication parameter to StorageClass to control
cross-tenant object replication on the storage account. When set to
false, the storage account cannot be used as source or destination
for cross-tenant replication, following least-privilege principles.1 parent e0d2b98 commit d5ca5ae
File tree
3 files changed
+14
-1
lines changed- pkg/azurefile
- vendor/sigs.k8s.io/cloud-provider-azure/pkg/provider/storage
3 files changed
+14
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
126 | 126 | | |
127 | 127 | | |
128 | 128 | | |
| 129 | + | |
129 | 130 | | |
130 | 131 | | |
131 | 132 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
122 | 122 | | |
123 | 123 | | |
124 | 124 | | |
125 | | - | |
| 125 | + | |
126 | 126 | | |
127 | 127 | | |
128 | 128 | | |
| |||
225 | 225 | | |
226 | 226 | | |
227 | 227 | | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
228 | 234 | | |
229 | 235 | | |
230 | 236 | | |
| |||
557 | 563 | | |
558 | 564 | | |
559 | 565 | | |
| 566 | + | |
560 | 567 | | |
561 | 568 | | |
562 | 569 | | |
| |||
Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments