Skip to content

Commit b419fcd

Browse files
committed
OSDOCS-9206 Enabling Azure storage account encryption
1 parent 3e142fe commit b419fcd

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
@@ -1826,6 +1826,45 @@ For more information about the support scope of Red Hat Technology Preview featu
18261826
at least two zones.
18271827
|List of zones, for example `["1", "2", "3"]`.
18281828

1829+
|platform:
1830+
azure:
1831+
customerManagedKey:
1832+
keyVault:
1833+
name:
1834+
|Specifies the name of the key vault that contains the encryption key that is used to encrypt Azure storage.
1835+
|String.
1836+
1837+
|platform:
1838+
azure:
1839+
customerManagedKey:
1840+
keyVault:
1841+
keyName:
1842+
|Specifies the name of the user-managed encryption key that is used to encrypt Azure storage.
1843+
|String.
1844+
1845+
|platform:
1846+
azure:
1847+
customerManagedKey:
1848+
keyVault:
1849+
resourceGroup:
1850+
|Specifies the name of the resource group that contains the key vault and managed identity.
1851+
|String.
1852+
1853+
|platform:
1854+
azure:
1855+
customerManagedKey:
1856+
keyVault:
1857+
subscriptionId:
1858+
|Specifies the subscription ID that is associated with the key vault.
1859+
|String, in the format `00000000-0000-0000-0000-000000000000`.
1860+
1861+
|platform:
1862+
azure:
1863+
customerManagedKey:
1864+
userAssignedIdentityKey:
1865+
|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.
1866+
|String.
1867+
18291868
|platform:
18301869
azure:
18311870
defaultMachinePlatform:

0 commit comments

Comments
 (0)