-
Notifications
You must be signed in to change notification settings - Fork 624
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
[Bug] Users in Admin-Org are not allowed to switch to any other org #1385
Comments
I cannot reproduce this problem. |
@To-om: I would like to reproduce it with the lastest git snapshot bc0f84e . Unforunately after starting TheHive4 (with a clean cassandra keyspace) it freezese (reproducable) at the last line below and does not react, even after a night. No http port is bound:
I had the same issue already on d54b7ff |
If TheHive doesn't listen on HTTP port, without any error in logs, it often means that your configuration file contain invalid content. In this case, error message is not write to log file but in program output. Run TheHive in a terminal: If it doesn't help, try to increase the log level: in |
|
TheHive cannot connect to your cassandra service: |
Yes. But strangely cassandra is listening, and an older Version of th4 is working with the same Cassandra db. |
I try to compile a new version this morning with latest commits to retest it. |
Unfortunately it still doesn't work. Start of "git log" in directory TheHive is
Start of "git log" in directory TheHive/ScalliGraph is
The first error message appearing is:
Full console-output with debug enabled is this:
|
I've just encountered the same issue (TheHive doesn't correctly start). I'm still investigating. |
Thanks for the info, good to know :) |
@crackytsi see #1429 |
As i am offline for the next 2 weeks: @To-om if possible can you please check this related to header authentication if you migrate admin users from th3? That was the way I was confronted with the issue... |
@crackytsi Your problem can be solved by setting the name of the cookie that contain the organisation name: add the configuration |
Bug
Work Environment
Problem Description
I created a user with an login in admin-Org (same as admin@thehive.local)
After that, I imported the same user also using the migration tool (user was included).
When I logged in, I was only able to access the Super-User Admin-Page (Admin-Org), but there was no chance to switch to any other org (e.g. the newly created one).
When I delete the user from admin-org, I was able to login to the imported Org.
The text was updated successfully, but these errors were encountered: