-
Notifications
You must be signed in to change notification settings - Fork 792
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
Log in on Island restart bug #3122
Labels
Bug
An error, flaw, misbehavior or failure in the Monkey or Monkey Island.
Complexity: Medium
Impact: Critical
Milestone
Comments
11 tasks
shreyamalviya
added a commit
that referenced
this issue
Mar 28, 2023
10 tasks
mssalvatore
added a commit
that referenced
this issue
Mar 28, 2023
mssalvatore
added a commit
that referenced
this issue
Mar 29, 2023
10 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Bug
An error, flaw, misbehavior or failure in the Monkey or Monkey Island.
Complexity: Medium
Impact: Critical
Describe the bug
If you run the Island, stop it, and run it again within a few seconds (I don't know the exact time for which this happens), you don't have to log in to the Island again, and you get an error in the credentials repository (because without logging in again, the encryptor can't be unlocked).
It goes away if you logout (using the
/logout
endpoint) and then login again, and any credentials configured will also appear in the configuration then.To Reproduce
Steps to reproduce the behavior:
/logout
endpoint to log outExpected behavior
You should be asked to log in again if the Island is restarted. The credentials repository error will also go away then.
Logs and Video
Relevant Island logs
Video
2023-03-17.13-25-51.mp4
Machine version (please complete the following information):
Tasks
AuthenticationService
to invalidate all sessions/tokens on startup (0d)AuthenticationService.logout()
function??)The text was updated successfully, but these errors were encountered: