Use case for a mgmt pack: Collect License data (key, total, edition, usage, expiration) from all other vROps 8.18 clusters for reporting purposes using suite-api/api/deployment/licenses. With basic auth on the suite-api disabled, how to authenticate? Using custom authentication with the following headers (Authorization = vRealizeOpsToken ${authentication.session.token}) , after installing the mgmt pack on the same cluster used as source, it collects fine. Any other cluster I try to add, gets 401 error The provided username/password or token is not valid. Please try again. What am I missing here??

-------------------------------------------