Skip to content

Commit

Permalink
Fine tune the role for cASO (#642)
Browse files Browse the repository at this point in the history
<!--
A good PR should describe what benefit this brings to the repository.
This description of the PR will be used as the commit message when
merging it.
Ideally, there is an existing issue which the PR address.

Please check the [Contributing
guide](https://docs.egi.eu/about/contributing/)
for style requirements and advice.
-->

# Summary

Be more precise on the role needed for cASO

<!-- Describe in plain English what this PR does. -->

---

<!-- Add, if any, the related issue here, e.g. #6 -->

**Related issue :**
  • Loading branch information
enolfc authored Mar 14, 2024
1 parent 856e744 commit 37fcf71
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 <your caso user> --project <your new vo project>
openstack role add --user <your caso user> --project <your new vo project> reader
```

## Information system / VM Image management
Expand Down

0 comments on commit 37fcf71

Please sign in to comment.