-
-
Notifications
You must be signed in to change notification settings - Fork 113
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The Azure Key Vault account no longer needs the permission to list th…
…e keys when signing with jarsigner (Fixes #219)
- Loading branch information
Showing
4 changed files
with
57 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
9 changes: 9 additions & 0 deletions
9
jsign-core/src/test/resources/services/azure-certificates-error.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{ | ||
"error": { | ||
"code": "Forbidden", | ||
"message": "The user, group or application 'appid={applicationId};iss=https://sts.windows.net/{tenantId}/' does not have certificates list permission on key vault 'jsigntestkeyvault'. For help resolving this issue, please see https://go.microsoft.com/fwlink/?linkid=2125287", | ||
"innererror": { | ||
"code": "ForbiddenByPolicy" | ||
} | ||
} | ||
} |