The Aqua connector code only supports connecting to an on-prem Aqua:
https://github.com/KennaSecurity/toolkit/blob/main/tasks/connectors/aqua/lib/aqua_helper.rb
(Line 10).
For Aqua SaaS deployment there is a need to use a different authentication method (different API). The rest of the code will work for both SaaS and on-premises.
Is it possible to work together on making these changes in the Aqua connector?