Fixed
- Edit NetApp System — ONTAP endpoints could not be updated without deleting and re-adding them. Added edit modal in the UI (name, host, username, password, SSL verify, SAN-only flag). Password field is optional — leave blank to keep the existing encrypted credential.
- Endpoint list missing
skip_nfsfield —_list_endpointsdid not includeskip_nfsin the SELECT query; the field was silently absent from API responses, causing the edit form to misread the current SAN-only setting. - AES-256-GCM decryption error message blank —
InvalidTagexceptions have an emptystr()representation; the error logged on a failed credential decrypt was cryptically blank. The log message now includes the exception type name so the cause is identifiable.
Update
Settings → Plugin Update → Check for Update — or:
cd /opt/PegaProx/plugins/netapp_storage
git fetch --tags && git checkout v1.1.2
systemctl restart pegaprox