Hive Hive
Sign in

Self-hosting documentation corrections for Kura routing and TLS

Metadata
Source
GitHub
Version
helm@0.18.0
Domains
Published
Jul 02, 2026 · 07:50 UTC
Repository
tuist/tuist
Update

Corrected several inaccuracies in the self-hosting guides:

  • Routing guidance: self-hosters are now told to configure TUIST_CACHE_ENDPOINTS (the Helm server.cacheEndpointUrl) instead of TUIST_KURA_ENDPOINTS / server.kuraEndpointUrls, since the latter has no consumer in the server code and never affected CLI endpoint resolution.
  • Registration: clarified as dashboard-only on a self-hosted server, where routing comes from TUIST_CACHE_ENDPOINTS.
  • Peer mTLS: the KURA_INTERNAL_TLS_* settings are now documented as multi-node only. A standalone single node uses http:// for KURA_NODE_URL with peer TLS off (only the scheme changes; host and port are unchanged).
  • Cache page: now documented as available by default on a self-hosted server.