We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2edea39 commit 4a8db84Copy full SHA for 4a8db84
jobs/blobstore/spec
@@ -34,7 +34,9 @@ properties:
34
description: Password director must use to access blobstore via HTTP Basic
35
36
blobstore.agent.user:
37
- description: Username agents must use to access blobstore via HTTP Basic (optional, if provided the password is mandatory)
+ description: |
38
+ Username agents must use to access blobstore via HTTP Basic
39
+ (optional when 'blobstore.enable_signed_urls' is true)
40
blobstore.agent.password:
41
description: Password agents must use to access blobstore via HTTP Basic (mandatory when the user is provided)
42
blobstore.agent.additional_users:
0 commit comments