-
Notifications
You must be signed in to change notification settings - Fork 147
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
Disable storage access keys #4227
Conversation
Unit Test Results0 tests 0 ✅ 0s ⏱️ Results for commit 72f5823. ♻️ This comment has been updated with latest results. |
/test-extended |
🤖 pr-bot 🤖 🏃 Running extended tests: https://github.com/microsoft/AzureTRE/actions/runs/12536353417 (with refid (in response to this comment from @tamirkamara) |
ef88647
to
7f46aa7
Compare
7f46aa7
to
bb8314c
Compare
/test-extended |
🤖 pr-bot 🤖 🏃 Running extended tests: https://github.com/microsoft/AzureTRE/actions/runs/12536639727 (with refid (in response to this comment from @tamirkamara) |
/test-extended |
🤖 pr-bot 🤖 🏃 Running extended tests: https://github.com/microsoft/AzureTRE/actions/runs/12536832599 (with refid (in response to this comment from @tamirkamara) |
/test-force-approve |
🤖 pr-bot 🤖 ✅ Marking tests as complete (for commit 72f5823) (in response to this comment from @tamirkamara) |
Hi @tamirkamara Just noticed this one still has a storage account key enabled...
though it is used in mounting the file storage to the VM. |
@jonnyry we have an Azure Files share which will never support AAD so the key has to be enabled there. |
Ah OK no problem :-) wasn't sure if you could use SAS keys |
Resolves #4218
What is being addressed
Storage accounts have the access key option enabled despite us not needing it. Some policies keep changing it and it can create noise in Terraform deployments.
How is this addressed