console
console copied to clipboard
OCPBUGS-62611: Fix editing secrets with mixed text and binary data
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