diff --git a/doc/VRW.rst b/doc/VRW.rst index 0173f8d..eaf5cec 100644 --- a/doc/VRW.rst +++ b/doc/VRW.rst @@ -1,12 +1,12 @@ === VRW === -This part of the application is for integrating with the RUG Virtual Research Workspaces (:term:`VRW`). The app will provide a REST API interface for machine management. An external script or system can then retreive the information from the API about which workspaces to create and which to clean up. +This part of the application is for integrating with the RUG Virtual Research Workspaces (:term:`VRW`). The app will provide a REST API interface for machine management. An external script or system can then retrieve the information from the API about which workspaces to create and which to clean up. ------------- Authorization ------------- -This part of the API is only accessible with accounts that are added to a special :term:`VRW` API group. By default this group is called 'vre-api' and be changed with the setting ':attr:`~settings.VRW_API_GROUP`'. This is done so that normal users are not able to change :term:`VRW` statusses. +This part of the API is only accessible with accounts that are added to a special :term:`VRW` API group. By default this group is called 'vre-api' and be changed with the setting ':attr:`~settings.VRW_API_GROUP`'. This is done so that normal users are not able to change :term:`VRW` statuses. The authentication is done by the general REST API. .. automodule:: apps.virtual_machine.providers.vrw.permissions