-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
132 changed files
with
6,054 additions
and
1,145 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,6 +5,8 @@ export ADMIN_SERVICE_ACCOUNT_4="src/main/resources/rendered/admin-service-accoun | |
export ADMIN_SERVICE_ACCOUNT_5="src/main/resources/rendered/admin-service-account-5.json" | ||
export SERVICE_ACCOUNT_ADMINS="[email protected], [email protected]" | ||
export AZURE_ENABLED="false" | ||
export AZURE_SERVICE_CATALOG_APPS_ENABLED="false" | ||
export AZURE_MANAGED_APP_WORKLOAD_CLIENT_ID="661e243c-5ef9-4a9c-9be3-b7f5585828b3" | ||
export EMAIL_DOMAIN="dev.test.firecloud.org" | ||
export ENVIRONMENT="dev" | ||
export GOOGLE_APPS_DOMAIN="test.firecloud.org" | ||
|
@@ -16,6 +18,7 @@ export GOOGLE_PROJECT="broad-dsde-dev" | |
export GOOGLE_PROJECT_SERVICE_ACCOUNT="[email protected]" | ||
export GOOGLE_PUB_SUB_SUBSCRIPTION="sam-group-sync-local-sub" | ||
export GOOGLE_PUB_SUB_TOPIC="sam-group-sync-local" | ||
export GOOGLE_GROUP_SYNC_WORKER_COUNT="1" | ||
export GOOGLE_SERVICE_ACCOUNT_DOMAIN="broad-dsde-dev.iam.gserviceaccount.com" | ||
export GOOGLE_SUBDOMAIN_EMAIL="[email protected]" | ||
export GOOGLE_DIRECTORY_API_EMAIL_1="[email protected]" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,12 @@ | ||
export SERVICE_ACCOUNT_ADMINS="[email protected], [email protected]" | ||
export AZURE_ENABLED="false" | ||
export CREATE_BEE_WORKFLOW_TEST="true" | ||
export AZURE_MANAGED_APP_CLIENT_ID="foo" | ||
export AZURE_MANAGED_APP_CLIENT_SECRET="foo" | ||
export AZURE_MANAGED_APP_TENANT_ID="foo" | ||
export AZURE_MANAGED_APP_WORKLOAD_CLIENT_ID="foo" | ||
export AZURE_ALLOW_MANAGED_IDENTITY_USER_CREATION="false" | ||
export AZURE_SERVICE_CATALOG_APPS_ENABLED="false" | ||
export EMAIL_DOMAIN="dev.test.firecloud.org" | ||
export ENVIRONMENT="local" | ||
export GOOGLE_APPS_DOMAIN="test.firecloud.org" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.