vmware / vmware-aria-operations-integration-sdk

The VMware Aria Operations Integration SDK contains libraries, tools, and documentation for developing Management Packs for VMware Aria Operations. It is intended to make creating a Management Pack simple and fast, while allowing developers to use the language of their choice.
https://vmware.github.io/vmware-aria-operations-integration-sdk/
Apache License 2.0
15 stars 6 forks source link

Match platform behavior on `mp-test` regarding SuiteAPI credentials #328

Closed kjrokos closed 11 months ago

kjrokos commented 11 months ago

Fixes an issue where SuiteAPI behavior in an mp-test Test Connection did not match the behavior in VMware Aria Operations durring Test Connection and Get Endpoints. Specifically, on the platform the SuiteAPI credentials are only sent durring a Collection, as that is the only time the SuiteAPI is intended to be used. However, mp-test had been sending SuiteAPI credentials for all three operations. The behavior of mp-test now matches the platform.

As part of the above fix, we had to modify the server to accept a null value for SuiteAPI credentials. This ensures that the server does not reject a valid request.