Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ability to link Teams created in the same template to project acls #53

Open
thomasyu888 opened this issue May 4, 2022 · 1 comment
Open

Comments

@thomasyu888
Copy link
Member

No description provided.

@lopierra
Copy link

lopierra commented May 4, 2022

I would like to be able to create a Team and then create a Project with that team in the same YAML file, without having to know the team ID. Eg:

- name: INCLUDE_test3
  type: Team
  can_public_join: false
  description: test study team
  invitations:
  - message: 
    members:
    - principal_id: 3423548 # lopierra
    - email: 
    
- name: INCLUDE Test3
  type: Project
  acl:
  - principal_id: INCLUDE_test3 [WOULD LIKE TO REFER TO TEAM BY NAME INSTEAD OF ID]
    access_type:
    - READ
    - DOWNLOAD
    - UPDATE
    - CREATE
    - DELETE
    - CHANGE_SETTINGS
    - MODERATE
    - CHANGE_PERMISSIONS
  children:
  - name: Dictionaries and Preliminary Data
    type: Folder
  - name: Clinical Tier 1 Dataset 1
    type: Folder

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants