Skip to content

Fix Docker session creation#45

Merged
karlnaden merged 3 commits into
mainfrom
ID5-fix-docker-session-create
Dec 1, 2025
Merged

Fix Docker session creation#45
karlnaden merged 3 commits into
mainfrom
ID5-fix-docker-session-create

Conversation

@karlnaden
Copy link
Copy Markdown
Contributor

@karlnaden karlnaden commented Nov 21, 2025

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

  1. Start the test kit using docker.
  2. Open http://localhost in a web browser.
  3. Click the "Start Testing" button.
  4. Confirm that a web page for the testing session opens correctly.

Copy link
Copy Markdown

@ljtucker ljtucker left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What do these changes to the stored keys have to do with the missing inferno host endpoint?

@karlnaden
Copy link
Copy Markdown
Contributor Author

karlnaden commented Nov 21, 2025

What do these changes to the stored keys have to do with the missing inferno host endpoint?

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.

@karlnaden karlnaden merged commit 4e82bf5 into main Dec 1, 2025
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants