Skip to content

Commit caf7b02

Browse files
authored
Merge pull request #70663 from bscott-rh/OSDOCS-9206
OSDOCS-9206 Enabling Azure storage account encryption
2 parents 381ad40 + b419fcd commit caf7b02

File tree

1 file changed

+39
-0
lines changed

1 file changed

+39
-0
lines changed

modules/installation-configuration-parameters.adoc

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1823,6 +1823,45 @@ For more information about the support scope of Red Hat Technology Preview featu
18231823
at least two zones.
18241824
|List of zones, for example `["1", "2", "3"]`.
18251825

1826+
|platform:
1827+
azure:
1828+
customerManagedKey:
1829+
keyVault:
1830+
name:
1831+
|Specifies the name of the key vault that contains the encryption key that is used to encrypt Azure storage.
1832+
|String.
1833+
1834+
|platform:
1835+
azure:
1836+
customerManagedKey:
1837+
keyVault:
1838+
keyName:
1839+
|Specifies the name of the user-managed encryption key that is used to encrypt Azure storage.
1840+
|String.
1841+
1842+
|platform:
1843+
azure:
1844+
customerManagedKey:
1845+
keyVault:
1846+
resourceGroup:
1847+
|Specifies the name of the resource group that contains the key vault and managed identity.
1848+
|String.
1849+
1850+
|platform:
1851+
azure:
1852+
customerManagedKey:
1853+
keyVault:
1854+
subscriptionId:
1855+
|Specifies the subscription ID that is associated with the key vault.
1856+
|String, in the format `00000000-0000-0000-0000-000000000000`.
1857+
1858+
|platform:
1859+
azure:
1860+
customerManagedKey:
1861+
userAssignedIdentityKey:
1862+
|Specifies the name of the user-assigned managed identity that resides in the resource group with the key vault and has access to the user-managed key.
1863+
|String.
1864+
18261865
|platform:
18271866
azure:
18281867
defaultMachinePlatform:

0 commit comments

Comments
 (0)