-
Notifications
You must be signed in to change notification settings - Fork 181
Remove need to provide client secret when creating workspace and remove Directory.Read.All Dependency from automation admin #4775
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
Open
marrobi
wants to merge
78
commits into
microsoft:main
Choose a base branch
from
marrobi:marrobi/issue2247
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 7 commits
Commits
Show all changes
78 commits
Select commit
Hold shift + click to select a range
8a391ec
Use Group.Create instead of Group.ReadWrite.All for group creation
marrobi 481daf8
Deployment works, permetations need testing, and docs updating.
marrobi 6904b72
Update scripts and docs.
marrobi c755f30
Remove need for Directory.Read.All
marrobi 9fd75cf
Rotating secret
marrobi 6114d09
Merge branch 'main' of https://github.com/microsoft/AzureTRE into mar…
marrobi e7479bd
Merge branch 'main' into marrobi/issue2247
marrobi 1b9c090
Update docs/tre-admins/auth.md
marrobi ccf5aee
Update docs/tre-admins/identities/application_admin.md
marrobi f93845e
Update docs/tre-admins/environment-variables.md
marrobi b79940f
Update docs/tre-admins/identities/application_admin.md
marrobi 173ebd1
Update templates/workspaces/base/terraform/aad/aad.tf
marrobi 430453a
Update PR review comments.
marrobi 994d1f9
Update after linting feedback.
marrobi a86b286
Remove unused auth variables.
marrobi b78145f
fix linting
marrobi 24dfd97
Update e2e tests
marrobi c79a9e0
Update CHANGELOG.md
marrobi d703251
Update docs/tre-templates/workspaces/base.md
marrobi da6a64f
Remove debreciated parameter.
marrobi 6be936d
Merge branch 'marrobi/issue2247' of https://github.com/marrobi/AzureT…
marrobi e0c4bb8
simplify import
marrobi f883ce1
Remove more unused vars
marrobi 3a9d8d8
fix spelling
marrobi 83c0f4a
Update e2e tests given roles arent preconfigured in app reg.
marrobi e45ef5b
fix linting
marrobi bcddf1c
fix lint
marrobi cb9d51d
Fix linting
marrobi b6c60d1
Remove TEST_WORKSAPCE_ID from tests
marrobi 1e4acdb
Add retry loop when getting workspace role IDs
marrobi d4ab72d
format
marrobi e0de499
Merge branch 'main' into marrobi/issue2247
marrobi c56c3ab
Udate to 2.2.27-3ubuntu2.5
marrobi ef60660
Merge branch 'main' into marrobi/issue2247
marrobi 2081e43
Merge branch 'main' into marrobi/issue2247
marrobi a3a260b
Fix review comments
marrobi 2e3499e
Merge branch 'marrobi/issue2247' of https://github.com/marrobi/AzureT…
marrobi 7cf46b6
additiona e2e test fixes.
marrobi d41bd73
Remove passowrd rotation
marrobi 596a707
remvoe wait_for
marrobi 4442d7b
Attempt fix e2e tests
marrobi b75ce2f
Merge branch 'main' into marrobi/issue2247
marrobi 47d6ca8
Merge branch 'main' into marrobi/issue2247
marrobi 0895032
Add functions to manage token retrieval and role propagation checks
marrobi 3ac17c1
Fix linting
marrobi 066f79e
fix linting
marrobi 4e897f2
stop linting remote modules
marrobi 43e1600
Merge branch 'main' into marrobi/issue2247
marrobi cee5e3a
fix tflint rules
marrobi 26e1f24
Modify tflint rules
marrobi 31dcb0f
Fix role assignment for service principals in group membership
marrobi 2aacf0e
up version
marrobi 1fb42ea
Raise error on failed group membership assignment
marrobi be1b46c
Update add to group
marrobi a2eca08
Restore backwards compatibility.
marrobi 09e476d
Revert some changes and highlight deprecation.
marrobi 0f98f05
Fix role assignemnt logic
marrobi aa72c7a
fix test
marrobi 49518a5
Use Application Admin for E2E direct role assignment
marrobi 55dbb8b
Use Application Admin for E2E direct role assignment
marrobi b0e8c2d
Merge branch 'marrobi/issue2247' of https://github.com/marrobi/AzureT…
marrobi d5028fc
Pass APPLICATION_ADMIN credentials to E2E tests in CI
marrobi 5b371c5
Switch to direct assingment
marrobi 3687a5f
Add dependency on ampls_log_anaytics for azure_monitor_private_endpoint
marrobi 1cac0eb
Merge branch 'main' into marrobi/issue2247
marrobi d6d4288
Update e2e helpers to verify token roles.
marrobi 4dc7347
Merge branch 'marrobi/issue2247' of https://github.com/marrobi/AzureT…
marrobi 6769d1a
blank line
marrobi 57872b5
Merge remote-tracking branch 'upstream/main' into marrobi/issue2247
marrobi 39e7f98
Refactor AAD authentication service to improve UUID validation and er…
marrobi 73497dd
Enhance Azure AD application configuration to support existing identi…
marrobi 985dea6
Fix bugs
marrobi 445ef95
Add additonal imports.
marrobi c5e2bc7
Revert tf lint
marrobi ec8d3a9
fix linting
marrobi 25e3789
Remove auth_type from base workspace template schema
marrobi daacec7
Fix testing issues
marrobi d2cd89e
add resilience for existing app reg
marrobi 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
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
This file contains hidden or 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 +1 @@ | ||
| __version__ = "0.25.4" | ||
| __version__ = "0.25.5" | ||
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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.
Uh oh!
There was an error while loading. Please reload this page.