[PR] network: when using API key & secret key drop params [cloudstack-cloudmonkey]

2024-05-04 Thread via GitHub
rohityadavcloud opened a new pull request, #150: URL: https://github.com/apache/cloudstack-cloudmonkey/pull/150 Params need to be dropped as apikey & secretkey based URL has all the params and it causes signature validation issues when the same params are also posted again. For example, add

Re: [PR] network: when using API key & secret key drop params [cloudstack-cloudmonkey]

2024-05-04 Thread via GitHub
rohityadavcloud commented on PR #150: URL: https://github.com/apache/cloudstack-cloudmonkey/pull/150#issuecomment-2094151099 Steps to reproduce the issue: - Create profile with only apikey and secret key set - Try to add a host, it fails with HTTP 401, on deep dive - it appears signat