Re: [I] Add support for 2FA in cmk [cloudstack-cloudmonkey]

2025-01-28 Thread via GitHub
Jayd603 commented on issue #145: URL: https://github.com/apache/cloudstack-cloudmonkey/issues/145#issuecomment-2620791342 > Hi [@Jayd603](https://github.com/Jayd603) you should either just use apikey-secretkey which doesn’t need 2FA or set username and password and use the validate code ap

Re: [I] Add support for 2FA in cmk [cloudstack-cloudmonkey]

2025-01-28 Thread via GitHub
Jayd603 commented on issue #145: URL: https://github.com/apache/cloudstack-cloudmonkey/issues/145#issuecomment-2620788017 > Hi [@Jayd603](https://github.com/Jayd603) you should either just use apikey-secretkey which doesn’t need 2FA or set username and password and use the validate code ap

Re: [I] Add support for 2FA in cmk [cloudstack-cloudmonkey]

2025-01-28 Thread via GitHub
rohityadavcloud commented on issue #145: URL: https://github.com/apache/cloudstack-cloudmonkey/issues/145#issuecomment-2620658857 Hi @Jayd603 you should either just use apikey-secretkey which doesn’t need 2FA or set username and password and use the validate code api. You’re doing both.

Re: [I] Add support for 2FA in cmk [cloudstack-cloudmonkey]

2025-01-28 Thread via GitHub
Jayd603 commented on issue #145: URL: https://github.com/apache/cloudstack-cloudmonkey/issues/145#issuecomment-2619898361 I have both api/secretkey configured and working. When trying to use createAccount I am getting 2fa failure despite issuing a successful 'login' and 2fa code and

Re: [I] Add support for 2FA in cmk [cloudstack-cloudmonkey]

2024-03-21 Thread via GitHub
rohityadavcloud commented on issue #145: URL: https://github.com/apache/cloudstack-cloudmonkey/issues/145#issuecomment-2011832202 Ideally the improvement in `cmk` would be to do the following: 1. This applies only when username and password is provided, upon login the response contai

Re: [I] Add support for 2FA in cmk [cloudstack-cloudmonkey]

2024-03-21 Thread via GitHub
rohityadavcloud commented on issue #145: URL: https://github.com/apache/cloudstack-cloudmonkey/issues/145#issuecomment-2011824280 I checked with help from @harikrishna-patnala and found that: 1. APIs called using apikey/secretkey bypass the 2FA checks; for most ACS/cmk users cmk will

Re: [I] Add support for 2FA in cmk [cloudstack-cloudmonkey]

2024-02-23 Thread via GitHub
rohityadavcloud commented on issue #145: URL: https://github.com/apache/cloudstack-cloudmonkey/issues/145#issuecomment-1961134519 @harikrishna-patnala could you advise how we can detect if 2FA is enabled or an API needs some kind of inputs -> any way to implement that in a better UX way fo