hermes - 💡(How to fix) Fix Support AUTH_JWT_SECRET for local (self-hosted) Honcho instances

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…

Fix Action

Fix / Workaround

Current Workaround

RAW_BUFFERClick to expand / collapse

Problem

When configuring Hermes against a self-hosted (local) Honcho instance, the honcho setup flow does not configure AUTH_JWT_SECRET. This appears intentional based on the setup output, but it forces users to set AUTH_USE_AUTH=false to run a local instance — leaving the Honcho API entirely unauthenticated.

Expected Behavior

AUTH_JWT_SECRET should be configurable regardless of whether the Honcho provider is cloud or local. JWT is transport-agnostic and there is no architectural reason to restrict it to cloud deployments.

Current Workaround

Set AUTH_USE_AUTH=false in the Honcho compose environment, which disables all authentication on the local instance.

Suggested Fix

During hermes honcho setup, when the user selects a local/self-hosted provider:

  • Prompt for (or auto-generate) an AUTH_JWT_SECRET, the same way the cloud path does, or
  • Document that users must set this manually and validate it during setup

Impact

Users self-hosting Honcho who want authenticated API access have no supported path to configure it through Hermes tooling.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING

hermes - 💡(How to fix) Fix Support AUTH_JWT_SECRET for local (self-hosted) Honcho instances