During OpenShift CI ProwJob execution, test logs and artifacts often need to include configuration files (such as install-config.yaml) that may contain sensitive information like pullSecret, SSH keys, etc. To prevent these sensitive data from leaking into public test logs, Prow implements an automated secret censoring mechanism.
User's observation: