Skip to content

Commit

Permalink
Fix docs regarding service identity
Browse files Browse the repository at this point in the history
  • Loading branch information
koendelaat authored Aug 23, 2023
1 parent 818f486 commit efc3ed0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ For convenience, you can discard the `-u <SERVICE_ID>`. Now the service_id will

To create a service identity you can use the following python example code:

(this requires one of the following roles: `DATA_MANAGER`, `COORDINATOR` or `INVESTIGATOR`)
(this requires one of the following roles: `DATA_MANAGER` on the project or `COORDINATOR` or `INVESTIGATOR` on the institute. Next it requires a user specific role `SERVICES_MANAGER`)
```python
from igtcloud.client.core.auth import smart_auth
from igtcloud.client.services import entities_service, set_auth
Expand Down Expand Up @@ -208,4 +208,4 @@ See [CHANGELOG](./CHANGELOG.md) for more info on what's been changed.

## Licenses

See [LICENSE](./LICENSE)
See [LICENSE](./LICENSE)

0 comments on commit efc3ed0

Please sign in to comment.