Skip to content

Commit

Permalink
Testing create-bee failures with azureconfig update
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronegrant committed Jun 6, 2024
1 parent c26da47 commit 8711255
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions env/local.env
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ export ADMIN_SERVICE_ACCOUNT_5="src/main/resources/rendered/admin-service-accoun
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"
Expand Down
1 change: 1 addition & 0 deletions src/main/resources/sam.conf
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,7 @@ admin {

azureServices {
azureEnabled = ${?AZURE_ENABLED}
azureServiceCatalogAppsEnabled = ${AZURE_SERVICE_CATALOG_APPS_ENABLED}
allowManagedIdentityUserCreation = ${?AZURE_ALLOW_MANAGED_IDENTITY_USER_CREATION}
managedAppClientId = ${?AZURE_MANAGED_APP_CLIENT_ID}
managedAppClientSecret = ${?AZURE_MANAGED_APP_CLIENT_SECRET}
Expand Down

0 comments on commit 8711255

Please sign in to comment.