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

Add the ability to edit the domain list #839

Open
LIyoai opened this issue Sep 20, 2017 · 9 comments
Open

Add the ability to edit the domain list #839

LIyoai opened this issue Sep 20, 2017 · 9 comments
Labels
Component: Site Assignment Issues related to assigning a site to a container 👍 Feature Request Feature requests users would like to see in this addon

Comments

@LIyoai
Copy link

LIyoai commented Sep 20, 2017

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

@jonathanKingston
Copy link
Contributor

I think this is a duplicate, it certainly has been discussed elsewhere.

@jonathanKingston jonathanKingston added enhancement Component: Site Assignment Issues related to assigning a site to a container labels Sep 20, 2017
@maxnordlund
Copy link

I think this is related to #719

@grahamperrin
Copy link

Also tiansh/always-in-container#1

@isavcic
Copy link

isavcic commented Jul 12, 2021

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.

@kurahaupo
Copy link

kurahaupo commented Aug 30, 2021

@isavcic

You may need one or both of these:

  1. turn off Limit to Designated Sites; and/or
    1. edit /etc/hosts and add the hostname of the login page with 127.0.0.1 (or indeed, any 127.nn.nn.nn);
    2. load the login page - it will fail because of the hosts entry;
    3. add it to a container;
    4. remove the entry from etc/hosts.

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.

@dannycolin dannycolin added 👍 Feature Request Feature requests users would like to see in this addon and removed enhancement labels May 20, 2022
@sionescu

This comment was marked as off-topic.

@TriMoon

This comment was marked as off-topic.

@kurahaupo
Copy link

An example of the kind of problem encountered by users is #2415.

@xanoni
Copy link

xanoni commented Feb 5, 2023

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.

Maybe tricking the server into returning a 404 (or similar) helps, see here: #1670 (comment)

EDIT: an improved workaround would be simply disabling redirects temporarily #1670 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Component: Site Assignment Issues related to assigning a site to a container 👍 Feature Request Feature requests users would like to see in this addon
Projects
None yet
Development

No branches or pull requests

10 participants