From 37fcf71fc396224b6a94be1483fe3afa58f3908c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Enol=20Fern=C3=A1ndez?= Date: Thu, 14 Mar 2024 10:22:19 +0000 Subject: [PATCH] Fine tune the role for cASO (#642) # Summary Be more precise on the role needed for cASO --- **Related issue :** --- .../providers/cloud-compute/openstack/vo-config/_index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/en/providers/cloud-compute/openstack/vo-config/_index.md b/content/en/providers/cloud-compute/openstack/vo-config/_index.md index c7ad74bae9..2814646917 100644 --- a/content/en/providers/cloud-compute/openstack/vo-config/_index.md +++ b/content/en/providers/cloud-compute/openstack/vo-config/_index.md @@ -109,11 +109,11 @@ Add the project supporting the VO to cASO: } ``` -Be sure to include the user running cASO as member of the project if it does not -have admin privileges: +Be sure to include the user running cASO at least as `reader` of the project if +it does not have admin privileges: ```shell -openstack role add member --user --project +openstack role add --user --project reader ``` ## Information system / VM Image management