chore(e2e): fingerprint resolved-config diagnostic to dodge secret masking (BUNYIP-167) #188
Loading…
Reference in a new issue
No description provided.
Delete branch "chore/BUNYIP-167-fingerprint-masked-inputs"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The BUNYIP-167 config diagnostic printed baseURL/email/tenant/OIDC in plaintext, but they are registered Forgejo secrets so Forgejo masked them as
***- hiding the host + email we need to check. Print each as a fingerprint (len + sha256[:12]) instead; the derived hash dodges masking and keeps secrets out of the log. Compare to the expected value hash.\n\ntsc clean. Temporary (BUNYIP-167).\n\n#BUNYIP-167