nixops-aws icon indicating copy to clipboard operation
nixops-aws copied to clipboard

Support for profiles with assumeRole and MFA by using boto3

Open takeda opened this issue 6 years ago • 3 comments

I submitted a PR: https://github.com/NixOS/nixops-aws/pull/1 which allows to use profiles with assumeRole and MFA, features which are not supported by the old boto.

This also helps with effort to move to boto3 and is needed for migrating the code to work in Python 3. Boto does not work on python 3 and is no longer maintained.

takeda avatar Sep 16 '19 17:09 takeda

@AmineChikhaoui any opinion about my PR? Can it be merged? I can continue the work and ultimately make the code work on Python 3, but I need to know that my work is not waste of time. This is the second time I am submitting this PR (was unlucky to do it at the same time there was work in progress to split nixops into smaller pieces)

takeda avatar Sep 19 '19 15:09 takeda

Hi @takeda , I haven't looked at the PR yet. I'll try to do that next week. And thanks for re-working the PR after the split :)

AmineChikhaoui avatar Oct 25 '19 15:10 AmineChikhaoui

Just wanted to check in to see if this is planned to be merged at some point or not.

dnaq avatar Jan 23 '23 09:01 dnaq