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

Add Dar'ya to HTAN project #357

Merged
merged 2 commits into from
Nov 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions config/projects-prod/htan-project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ parameters:
- 'arn:aws:sts::888810830951:assumed-role/AWSReservedSSO_Administrator_bf3b4691e22cc3c6/adam.taylor@sagebase.org' # Provides for htan-dev cross-account access
- 'arn:aws:sts::526515999252:assumed-role/AWSReservedSSO_S3ExternalCollab_40c062f682e7f3f5/adam.taylor@sagebase.org' # Provides access to HTAN buckets in SciComp
- "arn:aws:iam::426577889437:user/darya.pozhidayeva.admin"
# The following roles don't exist since the users are not Sage employees.
# However, this will ensure that they are added to the Tower workspace
# until we find a permanent solution for listing external users.
- '{{stack_group_config.tower_viewer_arn_prefix}}/dpozhida@systemsbiology.org'
AllowSynapseIndexing: Enabled
AccountAdminArns:
- '{{stack_group_config.sso_admin_role.arn}}'
Expand Down
1 change: 1 addition & 0 deletions templates/nextflow-tower-config-bucket.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ Resources:
- "steven_vensko@med.unc.edu"
- "clarence@hms.harvard.edu"
- "Jeremy_Muhlich@hms.harvard.edu"
- "dpozhida@systemsbiology.org"
scm:
providers:
github:
Expand Down
Loading