@@ -23,9 +23,9 @@ The following basic preparations are required for all guides:
23
23
24
24
| Area | Permissions |
25
25
| ---- | ----------- |
26
- | Key | Verify, Sign, Get, List |
27
- | Secret | Get, List |
28
- | Certificate | Get, List |
26
+ | Key | Sign |
27
+ | Secret | Get |
28
+ | Certificate | Get |
29
29
30
30
* In your Azure DevOps build configuration, add a step to install the global tool:
31
31
@@ -64,9 +64,9 @@ The following basic preparations are required for all guides:
64
64
65
65
| Area | Permissions |
66
66
| ---- | ----------- |
67
- | Key | Verify, Sign, Get, List |
68
- | Secret | Get, List |
69
- | Certificate | Get, List |
67
+ | Key | Sign |
68
+ | Secret | Get |
69
+ | Certificate | Get |
70
70
71
71
* In your Azure DevOps build configuration, add a step to install the global tool:
72
72
@@ -98,9 +98,9 @@ The following basic preparations are required for all guides:
98
98
99
99
| Area | Permissions |
100
100
| ---- | ----------- |
101
- | Key | Verify, Sign, Get, List |
102
- | Secret | Get, List |
103
- | Certificate | Get, List |
101
+ | Key | Sign |
102
+ | Secret | Get |
103
+ | Certificate | Get |
104
104
105
105
* In your GitLab build configuration, add a job to install and execute the AzureSignTool:
106
106
@@ -134,9 +134,9 @@ sign:
134
134
135
135
| Area | Permissions |
136
136
| ---- | ----------- |
137
- | Key | Verify, Sign, Get, List |
138
- | Secret | Get, List |
139
- | Certificate | Get, List |
137
+ | Key | Sign |
138
+ | Secret | Get |
139
+ | Certificate | Get |
140
140
141
141
142
142
* In your GitLab build configuration, add a step to install and execute the AzureSignTool:
0 commit comments