Actions
Feature #16435
closedOption to choose permission level in sync-groups
Status:
Resolved
Priority:
Normal
Assigned To:
Category:
SDKs
Target version:
Story points:
-
Release:
Release relationship:
Auto
Description
sync-groups grants users "can_write" to groups.
This needs to be configurable.
Updated by Lucas Di Pentima over 4 years ago
- Assigned To set to Lucas Di Pentima
Updated by Lucas Di Pentima over 4 years ago
- Status changed from New to In Progress
Updated by Lucas Di Pentima over 4 years ago
Updates at 3cc81d120 - branch 16435-sync-groups-perm-levels
Test run: developer-run-tests: #1871
- Adds ability to control permission level on a third field of every CSV record. Possible values are:
can_read
,can_write
,can_manage
. - It understands the previous format: when a record has only 2 fields, the default permission level is
can_write
. - Adds new tests, updates others.
- Updates documentation.
Updated by Peter Amstutz over 4 years ago
Lucas Di Pentima wrote:
Updates at 3cc81d120 - branch
16435-sync-groups-perm-levels
Test run: developer-run-tests: #1871
- Adds ability to control permission level on a third field of every CSV record. Possible values are:
can_read
,can_write
,can_manage
.- It understands the previous format: when a record has only 2 fields, the default permission level is
can_write
.- Adds new tests, updates others.
- Updates documentation.
This LGTM.
Updated by Anonymous over 4 years ago
- Status changed from In Progress to Resolved
Applied in changeset arvados|33c70b07361d9d08814a5c324282e7f39e2879f9.
Actions