Fix Docker session creation#45
Merged
Merged
Conversation
ljtucker
reviewed
Nov 21, 2025
ljtucker
left a comment
There was a problem hiding this comment.
What do these changes to the stored keys have to do with the missing inferno host endpoint?
Contributor
Author
The previous ones were expired which was causing spec test failures. I regenerated them using a script in the repo. Arun pointed out that they refer to a MITRE email address, so we're going to hold off on finalizing this until we've decided how to replace it. I updated the description of this PR to include that information. |
ljtucker
approved these changes
Nov 26, 2025
arunkumarhk
approved these changes
Dec 1, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Previously, when this test kit was run locally in docker, users creating sessions within the Inferno UI would be redirected to a page on port 4567 which was not found. Now, users are correctly redirected to the main Inferno UI for the session.
Additionally, internal certificates used for testing and demonstration had expired, causing unit tests to fail. Now, they have been re-generated (script).
Testing Guidance