Extended AzureKeyVault example #237
Unanswered
3millionminds
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello everyone.
First of all, thanks @ebourg for creating and maintaining this plugin.
I am having a little bit of trouble implementing it in Maven, since I am a noob tbqh.
We don't have many Java builds in our company, and I am also lacking much experience with Maven builds.
Long story short, until recently we were using a local certificate and the
jarsigner
plugin to sign a.jar
file generated during the build.Since jarsigner does not support Azure Key Vault, I did some searching and found this plugin.
Question is, can this plugin be used without having to use
az
to get an access token?Basically I'd like to do this exclusively from the pom file, and without need additional tools (it would be very hard to get
az
installed on the machine where this is built, because it is ancient and will require too many approvals)On our Windows builds we sign with
azuresigntool.exe
and we need to feed it a lot more parameters thanjsign
takes in.Maybe someone already ran into this issue and found a solution.
Any help appreciated.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions