From cb9ec099698f98fde51694f05247c5412a8e628f Mon Sep 17 00:00:00 2001 From: "M. Morgan Aster" Date: Tue, 21 May 2024 13:05:04 -0400 Subject: [PATCH] Update register_service_account README.md to show deprecated repo status --- scripts/register_service_account/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/register_service_account/README.md b/scripts/register_service_account/README.md index 6097d8c..eb3c23d 100644 --- a/scripts/register_service_account/README.md +++ b/scripts/register_service_account/README.md @@ -1,3 +1,5 @@ +> [!WARNING] +> This repository is deprecated. Use [terra-tools](https://github.com/broadinstitute/terra-tools) instead. ## Register a service account for use in FireCloud This script will register a service account so that it can be used in FireCloud. This means that the service account can be used to call any of the FireCloud APIs, and that a given workspace/method can be shared with the service account. Note that a service account CANNOT be used to launch a method configuration at this time.