-
Notifications
You must be signed in to change notification settings - Fork 145
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
Change Key Vault to use RBAC instead of Access Policies #4115
Change Key Vault to use RBAC instead of Access Policies #4115
Conversation
Unit Test Results0 tests 0 ✅ 0s ⏱️ Results for commit 19c111b. ♻️ This comment has been updated with latest results. |
Fixed lint issues (terraform formatting) |
/test-extended d5332c9 |
🤖 pr-bot 🤖 🏃 Running extended tests: https://github.com/microsoft/AzureTRE/actions/runs/11674140504 (with refid (in response to this comment from @tim-allen-ck) |
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.
LGTM
@jonnyry This looks good, thank you. Has this been tested on an upgrade? Might be we should do that, can't see why it would cause any issues, but may do. |
@marrobi I haven't actually, only deployed to a fresh instance. Let me attempt an upgrade and report back. |
@jonnyry did you get chance to try the upgrade? If not I can give it a go today. |
@marrobi yes please if you get chance. I didn't get round to it yesterday and not supposed to be working today :-D |
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.
Upgrade works, tested workspace and VM deployment, code looks good. Thanks, great PR.
/test-force-approve passed here - https://github.com/microsoft/AzureTRE/actions/runs/11674140504 |
🤖 pr-bot 🤖 ✅ Marking tests as complete (for commit 19c111b) (in response to this comment from @marrobi) |
Thanks @marrobi In order for unrestricted & airlock-import-review workspaces to pick up the change, will require a new version tagging and an update to those workspace templates. Happy to put in the PR to update this, though I'm not able to create the tag myself. (change similar to this: nwsde@7dd1915 ) |
@tim-allen-ck @Danny-Cooke-CK can you help with creating a pre release tag? Thanks. |
Resolves #4000
What is being addressed
Change Key Vaults used in the TRE to use RBAC instead of Access Policies.
How is this addressed
Follow up change required to unrestricted & airlock-import-review workspaces
Because of the mechanism the unrestricted & airlock-import-review workspaces pull code from the previous version of the Azure TRE, they will not receive this change until a new version is tagged, and their code is updated to pull the tag.
Therefore these two workspace templates will fail with Key Vault permissions until this work is completed.