Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,16 @@ make test
make test-e2e
```

#### Accessing redacted OpenShift CI logs

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 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 a PR updating the test producing the undesired output.

## Re-build and Deploy

This operator currently deploys the following payload:
Expand Down
Loading