merge chore/t3-hygiene (7c32d6456c) #93

Merged
pipeline-bot merged 1 commit from chore/t3-hygiene into trunk 2026-07-28 07:58:13 +00:00
Contributor
No description provided.
chore(hygiene): sanitize two Events, drop two dead exports
All checks were successful
pipeline/ci CI green v7c32d6456cfe
7c32d6456c
Eventf was given err.Error() as its FORMAT STRING in the
lease-ID-changed path, so a lease ID carrying a % verb would corrupt the
rendered event. Passed as an argument now; vet flags the old shape.

The revoke-failure Event interpolated a raw client error. Events are
readable by anyone with get on the namespace while the Secret holding
the credential is not, so that error now goes through
secretSyncFailureStatus — the same sanitizer the status conditions
already use — instead of potentially carrying an OpenBao response body.

ErrEncryptionRequired and RemoveAllFinalizers both had zero callers: the
07-24 static-analysis pass renamed one and changed the signature of the
other without a consumer, leaving declarations nothing referenced.
pipeline-bot deleted branch chore/t3-hygiene 2026-07-28 07:58:13 +00:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
sean/openbao-operator!93
No description provided.