[Bug]: Gertting secrets from Azure key vault fails in Preview
AL-Go version
preview
Describe the issue
As soon as I switched to preview, the Initialize step fails when it tries to read secrets from the key vault. If I switch back to main, it works again.
Expected behavior
Initialize should not fail
Steps to reproduce
Run preview CI/CD with a connected azure key vault
Additional context (logs, screenshots, etc.)
Does it list which secrets it is looking for (above the part included in the screenshot)
This is the part above that error message.
The KeyVault is just used for the Code Signing cert
Got it. Your app registration then only has permissions to sign apps and we expect it to have permissions to list and read secrets. It's a bug - will fix this.
@StefanMaron - could you try to run Update AL-Go System files with use freddydk/AL-Go@issue1164 to see whether this solves the issue. After this - revert back to main again, then I will proceed to get this fix into preview.
I managed to repro myself and see that this indeed fixes the issue