aws-role-editor
aws-role-editor copied to clipboard
Feature Request: Export/Import Functionality
Let me start by saying: Great work. Thanks a lot for this useful plugin.
I would like to have a way of exporting and importing (maybe json/yaml) my accounts to make it easy to provision a new browser profile.
@drbachler - I was implementing this feature in my feature-fork: https://github.com/mwiora/aws-role-editor - just have a look
Hi @drbachler ,
thanks a lot! :)
A workarround for now could be to just copy paste the cookie noflush_awsc-roleInfo
.
This is set by AWS and this extension and includes all information. In behind it is just a URI encoded JSON object. ;)
Malte