Skip to content
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

Closed
seilorjunior opened this issue Jun 8, 2021 · 4 comments
Closed

Sign multiple files is not working #135

seilorjunior opened this issue Jun 8, 2021 · 4 comments

Comments

@seilorjunior
Copy link

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.

@vcsjones
Copy link
Owner

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.

@PsychoNineSix
Copy link

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)
I can only assume this is an issue with reaching the timestamp server too many times.

Maybe an optional delay between each file?

@PsychoNineSix
Copy link

I did a test with -mdop set to 1, this delays the requests enough to sign as many files as you want.
Testing with 2 resulted in the error again.

@thomas-rabiller
Copy link

Added PR to try and properly handle throttling in Azure Keyvault #237

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants