Skip to content

Commit 1be1f25

Browse files
committed
More feedback
1 parent 7b38a62 commit 1be1f25

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

AKS-Arc/aks-edge-howto-secret-encryption.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,24 @@ The KMS plugin is supported for all AKS Edge Essentials clusters, version 1.10.x
2929
3030
## Enable the KMS plugin
3131

32-
To enable the KMS plugin, set the `settings.EnableKMS` to `true` in your [deployment JSON configuration file](aks-edge-deployment-config-json.md). See [Single machine deployment](aks-edge-howto-single-node-deployment.md) for deployment instructions.
32+
In your [**aksedge-config.json** file](aks-edge-deployment-config-json.md), in the `Init` section, set `Init.KmsPlugin.Enable` to `true`:
33+
34+
```json
35+
"Init": {
36+
"KmsPlugin": {
37+
"Enable": true
38+
}
39+
}
40+
```
3341

3442
The following output is displayed during deployment, showing that the KMS plugin is enabled:
3543

3644
```output
3745
Preparing to install kms-plugin as encryption provider...
3846
```
3947

48+
For deployment instructions, see [Single machine deployment](aks-edge-howto-single-node-deployment.md).
49+
4050
> [!NOTE]
4151
> You can only enable or disable the KMS plugin when you create a new deployment. Once you set the flag, it can't be changed.
4252

0 commit comments

Comments
 (0)