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

[IBCDPE-839] Add [email protected] to iatlas, and pegs-challenge #345

Merged
merged 2 commits into from
Jul 19, 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
1 change: 1 addition & 0 deletions config/projects-prod/dynamic-challenge-project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ parameters:
- "{{stack_group_config.tower_viewer_arn_prefix}}/[email protected]"
- "{{stack_group_config.tower_viewer_arn_prefix}}/[email protected]"
- "{{stack_group_config.tower_viewer_arn_prefix}}/[email protected]"
- "{{stack_group_config.tower_viewer_arn_prefix}}/[email protected]"
AccountAdminArns:
- "{{stack_group_config.sso_admin_role.arn}}"
- !stack_output_external sagebase-github-oidc-workflows-prod-nextflow-infra::ProviderRoleArn
Expand Down
1 change: 1 addition & 0 deletions config/projects-prod/iatlas-project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ parameters:
- "{{stack_group_config.tower_viewer_arn_prefix}}/[email protected]"
- "{{stack_group_config.tower_viewer_arn_prefix}}/[email protected]"
- "{{stack_group_config.tower_viewer_arn_prefix}}/[email protected]"
- "{{stack_group_config.tower_viewer_arn_prefix}}/[email protected]"
# 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.
Expand Down
1 change: 1 addition & 0 deletions config/projects-prod/pegs-challenge-project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ parameters:
- '{{stack_group_config.tower_viewer_arn_prefix}}/[email protected]'
- '{{stack_group_config.tower_viewer_arn_prefix}}/[email protected]'
- '{{stack_group_config.tower_viewer_arn_prefix}}/[email protected]'
- "{{stack_group_config.tower_viewer_arn_prefix}}/[email protected]"

# (Optional) Step 4: Uncomment and update the following line(s) to grant additional users with read/write access
# - '{{stack_group_config.tower_viewer_arn_prefix}}/[email protected]'
Expand Down
Loading