Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

More entries #1

Open
tomdeblende opened this issue Apr 26, 2016 · 4 comments
Open

More entries #1

tomdeblende opened this issue Apr 26, 2016 · 4 comments

Comments

@tomdeblende
Copy link

Hi there,

Your extension looks great! Is there a way to add more than 5 roles? That would be very helpdul.

Thanks,
Tom

@derBroBro
Copy link
Owner

Hello Tom,

I am happy to hear this. :-)
Sadly this is an limitation by AWS (Console).

Best

Malte

@stefansundin
Copy link
Contributor

This could be implemented by having the extension have its own list of roles saved in local storage, and then you can use it to drag new roles from the extension list, which would update the cookie.

I do not need it right now, but I might implement it when I need to use more than five roles conveniently.

Another useful thing would be to save the list with chrome.storage, which would also be a neat way to transfer the roles across computers since you can make it sync the extension storage to your google account.

@derBroBro
Copy link
Owner

I think the rigth way would be to post the form directly without using the aws provided menu. The only problem which I see is the csrf protection.
Any ideas?

@stefansundin
Copy link
Contributor

That might work as well. I did one test where I switched the role, and then used the extension to delete that role, and the menu did still work, but it wasn't possible to switch back to my original account. I had to switch to another role and then I was able to go back to my original login.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants