Skip to content

Drop the 401 /status/ URL from Verify Installation steps#190

Merged
rbardaji merged 1 commit into
mainfrom
fix/189-verify-install-status-401
Jun 5, 2026
Merged

Drop the 401 /status/ URL from Verify Installation steps#190
rbardaji merged 1 commit into
mainfrom
fix/189-verify-install-status-401

Conversation

@rbardaji

@rbardaji rbardaji commented Jun 5, 2026

Copy link
Copy Markdown
Collaborator

Closes #189

Problem

The "Verify Installation" section listed /status/ as a URL to open right after starting the API. That endpoint requires an authentication token and returns 401 for an unauthenticated request (verified by running the published image), so following the verification steps produced a failure-looking response on a fresh install.

Change

  • Keep only the unauthenticated URLs that return success: /docs, /ui/, /health.
  • Add a note that /status/ exists for detailed service status but requires an auth token.
  • Version bumped to 0.32.3.

Testing

Verified against the running published image: /docs, /ui/, /health return 200; /status/ returns 401 without a token. Documentation-only change (only code change is the version string, which tests mock).

/status/ requires an auth token and returns 401 without one, so listing it as
a post-install check produced a misleading failure. Keep only the
unauthenticated URLs that return success (/docs, /ui/, /health) and note that
/status/ exists but needs a token.

Closes #189
@rbardaji rbardaji merged commit bc4c92a into main Jun 5, 2026
1 check passed
@rbardaji rbardaji deleted the fix/189-verify-install-status-401 branch June 5, 2026 13:10
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.

Verify Installation list points to an endpoint that returns 401

1 participant