Hive Hive
Sign in

Control dashboard access with HIVE_VISIBILITY

Metadata
Source
GitHub
Version
server@0.1.0
Domains
Published
May 29, 2026 · 14:40 UTC
Repository
tuist/hive
Update

Hive instances can now be set to public or private using the HIVE_VISIBILITY environment variable. Public mode (the default) lets anyone reach the dashboard. Private mode gates the dashboard behind OIDC login so only authenticated users whose email domains pass the configured allowlist can access it. The gate is enforced by a new RequireAuthenticated plug.