From 0e31a9bc13f9cac65cc69ceba8bb08555fb2c484 Mon Sep 17 00:00:00 2001 From: RichardHoch Date: Wed, 31 Jul 2024 17:20:09 +0300 Subject: [PATCH] Additional vSphere permissions for use with OCP for 2.5 --- documentation/modules/vmware-prerequisites.adoc | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/documentation/modules/vmware-prerequisites.adoc b/documentation/modules/vmware-prerequisites.adoc index 28f65b5142d..098a5499152 100644 --- a/documentation/modules/vmware-prerequisites.adoc +++ b/documentation/modules/vmware-prerequisites.adoc @@ -41,6 +41,7 @@ The following minimal set of VMware privileges is required to migrate virtual ma 2+|`Virtual machine.Interaction` privileges: |`Virtual machine.Interaction.Power Off` |Allows powering off a powered-on virtual machine. This operation powers down the guest operating system. |`Virtual machine.Interaction.Power On` |Allows powering on a powered-off virtual machine and resuming a suspended virtual machine. +|`Virtual machine.Guest operating system management by VIX API` |Allows managing a virtual machine by the VMware VIX API. 2+a|`Virtual machine.Provisioning` privileges: [NOTE] ==== @@ -79,4 +80,12 @@ All `Virtual machine.Provisioning` privileges are required. 2+|`Virtual machine.Snapshot management` privileges: |`Virtual machine.Snapshot management.Create snapshot` |Allows creation of a snapshot from the virtual machine’s current state. |`Virtual machine.Snapshot management.Remove Snapshot` |Allows removal of a snapshot from the snapshot history. +2+|`Datastore` privileges: +|`Datastore.Browse datastore` |Allows exploring the contents of a datastore. +|`Datastore.Low level file operations` |Allows performing low-level file operations - read, write, delete, and rename - in a datastore. +2+|`Sessions` privileges: +|`Sessions.Validate session` |Allows verification of the validity of a session. +2+|`Cryptographic` privileges: +|`Cryptographic.Decrypt` |Allows decryption of an encrypted virtual machine. +|`Cryptographic.Direct access` |Allows access to encrypted resources. |===