@@ -23,9 +23,9 @@ The following basic preparations are required for all guides:
2323
2424 | Area | Permissions |
2525 | ---- | ----------- |
26- | Key | Verify, Sign, Get, List |
27- | Secret | Get, List |
28- | Certificate | Get, List |
26+ | Key | Sign |
27+ | Secret | Get |
28+ | Certificate | Get |
2929
3030* In your Azure DevOps build configuration, add a step to install the global tool:
3131
@@ -64,9 +64,9 @@ The following basic preparations are required for all guides:
6464
6565 | Area | Permissions |
6666 | ---- | ----------- |
67- | Key | Verify, Sign, Get, List |
68- | Secret | Get, List |
69- | Certificate | Get, List |
67+ | Key | Sign |
68+ | Secret | Get |
69+ | Certificate | Get |
7070
7171* In your Azure DevOps build configuration, add a step to install the global tool:
7272
@@ -98,9 +98,9 @@ The following basic preparations are required for all guides:
9898
9999 | Area | Permissions |
100100 | ---- | ----------- |
101- | Key | Verify, Sign, Get, List |
102- | Secret | Get, List |
103- | Certificate | Get, List |
101+ | Key | Sign |
102+ | Secret | Get |
103+ | Certificate | Get |
104104
105105* In your GitLab build configuration, add a job to install and execute the AzureSignTool:
106106
@@ -134,9 +134,9 @@ sign:
134134
135135 | Area | Permissions |
136136 | ---- | ----------- |
137- | Key | Verify, Sign, Get, List |
138- | Secret | Get, List |
139- | Certificate | Get, List |
137+ | Key | Sign |
138+ | Secret | Get |
139+ | Certificate | Get |
140140
141141
142142* In your GitLab build configuration, add a step to install and execute the AzureSignTool:
0 commit comments