You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We're able to reproduce the issue for PowerFlex 3.6.x. and working this fix to include in the collection asap. Bases on the investigation, the possible fix for issue are as following:
Method 1: GW API to upload the certs
Get token:
gw_ip=<gw_IP>; mdm_pass='<mdm_pass>';token=curl -k -u admin:$mdm_pass https://$gw_ip/api/login| sed 's/\"//g'
Describe the bug
After the gateway installation of the PowerFlex Gateway the REST API test fails due to non-validated certificate.
From the Catalina logs we have the error:
To Reproduce
Install the PowerFlex Gateway and try the REST API
Below are the steps and fix
pflex.gateway.failure.and.fix.mp4
Expected behavior
MDM certificate must be auto-validated by the playbook instead of requesting a manual validation
System Information (please complete the following information):
The text was updated successfully, but these errors were encountered: