From 438611ce060cd9ab78fd2153f552311badbd25ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oliver=20Gond=C5=BEa?= Date: Fri, 11 Sep 2026 09:10:03 +0200 Subject: [PATCH 1/2] docs: Document how to access redacted CI logs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Oliver Gondža --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 088eef6b847..611b8009dc6 100644 --- a/README.md +++ b/README.md @@ -63,6 +63,16 @@ make test make test-e2e ``` +#### Accessing redacted OpenShift CI logs + +When the CI log file is deemed to contains information resembling passphrases or secret keys, the platform will not make it unavailable with: + +> This file contained potentially sensitive information and has been removed + +To access the file (as a Red Hat associate), visit https://redhat.tines.com/pages/leaktk-test-platform-results-redaction-self-service and paste there the raw log file URL to see the contents, and the offending piece of information. + +Remember to file PR updating the test producing the undesired output. + ## Re-build and Deploy This operator currently deploys the following payload: From 08a35091615c0a8bbbde4b67e32589d785e29af2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oliver=20Gond=C5=BEa?= Date: Fri, 11 Sep 2026 09:14:22 +0200 Subject: [PATCH 2/2] grammar MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Oliver Gondža --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 611b8009dc6..80c3bb79f20 100644 --- a/README.md +++ b/README.md @@ -65,13 +65,13 @@ make test-e2e #### Accessing redacted OpenShift CI logs -When the CI log file is deemed to contains information resembling passphrases or secret keys, the platform will not make it unavailable with: +When the CI log file is deemed to contain information resembling passphrases or secret keys, the platform will make it unavailable with: > This file contained potentially sensitive information and has been removed -To access the file (as a Red Hat associate), visit https://redhat.tines.com/pages/leaktk-test-platform-results-redaction-self-service and paste there the raw log file URL to see the contents, and the offending piece of information. +To access the file and identify the offending piece of information, visit https://redhat.tines.com/pages/leaktk-test-platform-results-redaction-self-service and paste there the raw log file URL to see the contents. -Remember to file PR updating the test producing the undesired output. +Remember to file a PR updating the test producing the undesired output. ## Re-build and Deploy