-
Notifications
You must be signed in to change notification settings - Fork 5
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 support for Sematext Cloud Europe #6
Comments
Any news on this issue? |
A PR would be great, @mduvanel ! |
@mduvanel If you're interested, there's a branch |
@mbonaci Thank you, I will pull this branch and work from there. |
Just a thought: as I am trying to switch between an EU-based login and a US-based login for comparison, I realise there is no documented way to explicitly end a session. |
After playing around with a first implementation, I have the feeling that a property that can be set is not the best way to handle the region. With this model, one has to start by setting the region using Also, changing the region after you are logged in does not really make sense, because a login is valid for a region and not necessarily the other. At best, setting the region would have to force a logout. To me it feels that the region is closely tied to the login action, and it would make more sense to ask for the region even before the username and password. Something like this:
Once the region is set it should be saved for the session, because all subsequent requests should be using the same region-specific URI. So it would make sense to keep track of the Do you agree with this proposal? |
I initially thought I'd let users keep both sessions alive (with |
Maybe via:
logsene config set --region eu
The text was updated successfully, but these errors were encountered: