Skip to content

Commit

Permalink
add Dan to Tower example config file
Browse files Browse the repository at this point in the history
  • Loading branch information
danlu1 committed Dec 14, 2023
1 parent 4faba56 commit 4393a31
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions config/projects-dev/example-dev-project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ parameters:
- '{{stack_group_config.tower_viewer_arn_prefix}}/phil.snyder@sagebase.org'
- '{{stack_group_config.tower_viewer_arn_prefix}}/rixing.xu@sagebase.org'
- '{{stack_group_config.tower_viewer_arn_prefix}}/bryan.fauble@sagebase.org'
- '{{stack_group_config.tower_viewer_arn_prefix}}/dan.lu@sagebase.org'
AllowSynapseIndexing: Enabled
AccountAdminArns:
- '{{stack_group_config.sso_admin_role.arn}}'
Expand Down
1 change: 1 addition & 0 deletions config/projects-prod/example-project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ parameters:
- '{{stack_group_config.tower_viewer_arn_prefix}}/phil.snyder@sagebase.org'
- '{{stack_group_config.tower_viewer_arn_prefix}}/rixing.xu@sagebase.org'
- '{{stack_group_config.tower_viewer_arn_prefix}}/bryan.fauble@sagebase.org'
- '{{stack_group_config.tower_viewer_arn_prefix}}/dan.lu@sagebase.org'

# (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}}/rixing.xu@sagebase.org'
Expand Down

0 comments on commit 4393a31

Please sign in to comment.