Table of Contents

Property AllowAnonymousAccessInsecure

Namespace
Millrace.Dashboard
Assembly
Millrace.Dashboard.dll

AllowAnonymousAccessInsecure

Serves the dashboard with no authorization at all, in every environment.

public bool AllowAnonymousAccessInsecure { get; set; }

Property Value

bool

Remarks

The deliberate escape hatch from the §11.13 startup requirement, named so it cannot be set by accident or skimmed past in review. Setting it publishes job payloads and, from 0.4, management actions to anyone who can reach the mount path.

It logs a warning at startup every time. If you want this only for local work, leave it alone — Development already allows anonymous access without it.