From 63c48efff2a44af67ad5b42ca8c56a7616f16efd Mon Sep 17 00:00:00 2001 From: Xavier Date: Mon, 5 Aug 2024 16:04:22 +0200 Subject: [PATCH] update capv (#2267) --- .../prepare-your-provider-account/vmware-vsphere/_index.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/content/getting-started/prepare-your-provider-account/vmware-vsphere/_index.md b/src/content/getting-started/prepare-your-provider-account/vmware-vsphere/_index.md index b1d652ae8e..dfcce0d5b8 100644 --- a/src/content/getting-started/prepare-your-provider-account/vmware-vsphere/_index.md +++ b/src/content/getting-started/prepare-your-provider-account/vmware-vsphere/_index.md @@ -74,6 +74,9 @@ The `controller` in NSX ALB plays a pivotal role. It's responsible for communica The Cluster API controller that provisions the infrastructure in the vSphere environment needs a role with a set of permissions. To follow the principle of least privilege, it's recommended that a specific user and role be created for the controller. +> [!CAUTION] +> The password mustn’t contain ` \ ` (backslash) characters. Ideally restrict special characters to ` . , ! ? - ` + __Note__: The user creation is out of the scope of this document, but you can follow the [official VMware documentation](https://docs.vmware.com/en/VMware-vSphere/8.0/vsphere-authentication/GUID-31F302A6-D622-4FEC-9007-EE3BA1205AEA.html) in case you need help. Create the user role browsing to `Administration > Access Control > Roles`and clicking `NEW`. The role must have at least the following permissions: @@ -87,7 +90,7 @@ Create the user role browsing to `Administration > Access Control > Roles`and cl | `Sessions` | `Message`
`Validate session` | | `Profile` driven storage | `Profile-driven storage view` | | `vApp` | `Import` | -| `Virtual machine` | `Configuration/Change Configuration`
`Configuration/Add existing disk`
`Configuration/Add new disk`
`Configuration/Add or remove device`
`Configuration/Advanced configuration`
`Configuration/Change CPU count`
`Configuration/Change Memory`
`Configuration/Change Settings`
`Configuration/Configure Raw device`
`Configuration/Extend virtual disk`
`Configuration/Modify device settings`
`Configuration/Remove disk`
`Configuration/Create from existing`
`Configuration/Remove`
`Interaction/Power off`
`Interaction/Power on`
`Provisioning/Deploy template` | +| `Virtual machine` | `Configuration/Change Configuration`
`Configuration/Add existing disk`
`Configuration/Add new disk`
`Configuration/Add or remove device`
`Configuration/Advanced configuration`
`Configuration/Change CPU count`
`Configuration/Change Memory`
`Configuration/Change Settings`
`Configuration/Configure Raw device`
`Configuration/Extend virtual disk`
`Configuration/Modify device settings`
`Configuration/Remove disk`
`Configuration/Create from existing`
`Configuration/Remove`
`Edit Inventory/Create new`
`Interaction/Power off`
`Interaction/Power on`
`Provisioning/Deploy template`
`Provisioning/Mark as template`
`Provisioning/Mark as virtual machine` | Apart of the permissions you need to assign the role to the following objects: