Skip to content

Commit 5cd65a3

Browse files
authored
Restricting visibility of e2e artifacts (#136)
1 parent dfa8f1e commit 5cd65a3

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.evergreen-functions.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,8 @@ functions:
417417
- src/github.com/mongodb/mongodb-kubernetes/logs/*
418418
remote_file: logs/${task_id}/${execution}/
419419
bucket: operator-e2e-artifacts
420-
permissions: public-read
420+
permissions: private
421+
visibility: signed
421422
content_type: text/plain
422423
- command: attach.xunit_results
423424
params:
@@ -432,7 +433,8 @@ functions:
432433
- src/github.com/mongodb/mongodb-kubernetes/logs/*
433434
remote_file: logs/${task_id}/${execution}/
434435
bucket: operator-e2e-artifacts
435-
permissions: public-read
436+
permissions: private
437+
visibility: signed
436438
content_type: text/plain
437439
- command: gotest.parse_files
438440
params:
@@ -448,7 +450,8 @@ functions:
448450
- src/github.com/mongodb/mongodb-kubernetes/public/architectures/**/*.out
449451
remote_file: logs/${task_id}/${execution}/
450452
bucket: operator-e2e-artifacts
451-
permissions: public-read
453+
permissions: private
454+
visibility: signed
452455
content_type: text/plain
453456

454457
preflight_image:

0 commit comments

Comments
 (0)