-
Notifications
You must be signed in to change notification settings - Fork 12
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
[TOAZ-355] [TOAZ-356] Use Managed Identity auth when running Azure Control Plane, support for Service Catalog deployed Azure Managed Apps #1451
Merged
Merged
Changes from all commits
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
72b1bf7
Testing create-bee failures
6fb9698
Testing create-bee failures
7f123eb
Testing create-bee failures
e3f39f5
Merge remote-tracking branch 'origin/develop' into grantaar-create-be…
c294d82
Testing create-bee failures with azureconfig update
51e2828
Testing create-bee failures with azureconfig update
2513dd7
Testing create-bee failures with azureconfig update
c26da47
Testing create-bee failures with azureconfig update
8711255
Testing create-bee failures with azureconfig update
2083091
Testing create-bee failures with azureconfig update
74029cf
Testing create-bee failures with azureconfig update
001523d
doge refactor
dvoet b90cce1
Merge remote-tracking branch 'origin/grantaar-create-bee-workflow-tes…
7256a9f
azure creds
dvoet 3468748
Merge remote-tracking branch 'origin/grantaar-create-bee-workflow-tes…
bea8b60
Merge remote-tracking branch 'origin/develop' into grantaar-create-be…
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
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" | ||
|
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
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
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this backwards compatibility is no longer needed