multi-account-containers
multi-account-containers copied to clipboard
Add the ability to edit the domain list
Add the ability to edit the domain list to assign a domain to a container. That way I could fill the list up front with all work domains etc.
┆Issue is synchronized with this Jira Task
I think this is a duplicate, it certainly has been discussed elsewhere.
I think this is related to #719
Also https://github.com/tiansh/always-in-container/issues/1
Any news on this? I desperately need this feature to assign an AWS account login page per container, but I can't do it right now because it immediately redirects.
@isavcic
You may need one or both of these:
- turn off
Limit to Designated Sites
; and/or -
- edit
/etc/hosts
and add the hostname of the login page with127.0.0.1
(or indeed, any 127.nn.nn.nn); - load the login page - it will fail because of the hosts entry;
- add it to a container;
- remove the entry from
etc/hosts
.
- edit
The additions and removals in /etc/hosts
can be done in bulk, of course.
If you're on a system that doesn't have /etc/hosts
, there may be an equivalent file, or you may be able to set a deliberately non-working proxy in Firefox, to similar effect; however that will affect all sites while it's in effect, not just the login sites.
My understanding is that automatic transfer between containers is based on matching domains, not whole URLs, which means that you can't assign http://some.site/login?user=foo and http://some.site/login?user=bar to different containers.
Any progress on this ?
Because #719 has been closed by @dannycolin with referencing this issue, lets see if the developers pay any attention to these split issues instead of just redirecting to new ones... Still waiting on progress...