@@ -193,7 +193,7 @@ def repository_storages_options_json
193
193
end
194
194
195
195
def external_authorization_description
196
- s_ ( "ExternalAuthorization|Access to projects is validated on an external service " \
196
+ s_ ( "ExternalAuthorization|Access to projects is validated on an external service " \
197
197
"using their classification label." )
198
198
end
199
199
@@ -202,39 +202,39 @@ def external_authorization_allow_token_help_text
202
202
end
203
203
204
204
def external_authorization_timeout_help_text
205
- s_ ( "ExternalAuthorization|Period GitLab waits for a response from the external " \
205
+ s_ ( "ExternalAuthorization|Period GitLab waits for a response from the external " \
206
206
"service. If there is no response, access is denied. Default: 0.5 seconds." )
207
207
end
208
208
209
209
def external_authorization_url_help_text
210
- s_ ( "ExternalAuthorization|URL to which the projects make authorization requests. If the URL is blank, cross-project " \
211
- "features are available and can still specify classification " \
210
+ s_ ( "ExternalAuthorization|URL to which the projects make authorization requests. If the URL is blank, cross-project " \
211
+ "features are available and can still specify classification " \
212
212
"labels for projects." )
213
213
end
214
214
215
215
def external_authorization_client_certificate_help_text
216
- s_ ( "ExternalAuthorization|Certificate used to authenticate with the external authorization service. " \
216
+ s_ ( "ExternalAuthorization|Certificate used to authenticate with the external authorization service. " \
217
217
"If blank, the server certificate is validated when accessing over HTTPS." )
218
218
end
219
219
220
220
def external_authorization_client_key_help_text
221
- s_ ( "ExternalAuthorization|Private key of client authentication certificate. " \
221
+ s_ ( "ExternalAuthorization|Private key of client authentication certificate. " \
222
222
"Encrypted when stored." )
223
223
end
224
224
225
225
def external_authorization_client_pass_help_text
226
- s_ ( "ExternalAuthorization|Passphrase required to decrypt the private key. " \
226
+ s_ ( "ExternalAuthorization|Passphrase required to decrypt the private key. " \
227
227
"Encrypted when stored." )
228
228
end
229
229
230
230
def external_authorization_client_url_help_text
231
- s_ ( "ExternalAuthorization|Classification label to use when requesting authorization if no specific " \
231
+ s_ ( "ExternalAuthorization|Classification label to use when requesting authorization if no specific " \
232
232
"label is defined on the project." )
233
233
end
234
234
235
235
def sidekiq_job_limiter_mode_help_text
236
- _ ( "How the job limiter handles jobs exceeding the thresholds specified below. " \
237
- "The 'track' mode only logs the jobs. The 'compress' mode compresses the jobs and " \
236
+ _ ( "How the job limiter handles jobs exceeding the thresholds specified below. " \
237
+ "The 'track' mode only logs the jobs. The 'compress' mode compresses the jobs and " \
238
238
"raises an exception if the compressed size exceeds the limit." )
239
239
end
240
240
0 commit comments