console icon indicating copy to clipboard operation
console copied to clipboard

OCPBUGS-62611: Fix editing secrets with mixed text and binary data

Open TheRealJon opened this issue 1 month ago • 9 comments

When a secret contained both text and binary values, the edit form would fail due to a runtime error. The stringData initialization was returning null when any binary field was detected, breaking text field handling.

Now binary fields are skipped during stringData initialization while text fields are preserved, allowing proper editing of mixed-type secrets.

🤖 Generated with Claude Code

TheRealJon avatar Dec 08 '25 17:12 TheRealJon