-
Notifications
You must be signed in to change notification settings - Fork 89
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
Sign multiple files is not working #135
Comments
The lack of logging and output for malformed CLI was fixed in 3.0.0. Please give that version a try and let me know if it is still not working as expected. |
I'm having the issue with the latest version, currently running my pipeline with a lot of requests to akv to circumvent the issue. When signing 28 files, I get around 23 failed with 801901AD. (HTTP error 429) Maybe an optional delay between each file? |
I did a test with -mdop set to 1, this delays the requests enough to sign as many files as you want. |
Added PR to try and properly handle throttling in Azure Keyvault #237 |
For a single file it is working.
But when i am trying with that.
azuresigntool sign -du "www.xx.xx.com" -kvu "https://xx.vault.azure.net" -kvi "x-x-x-x-xx" -kvs "xxx" -kvc "xxxcertificate" -nph -v -ifl "C:\Users\a031160\Downloads\test.txt"
It dont show any kind of log, it is impossible to know the issue.
The text was updated successfully, but these errors were encountered: