Property AllowAnonymousAccessInsecure
AllowAnonymousAccessInsecure
Serves the dashboard with no authorization at all, in every environment.
public bool AllowAnonymousAccessInsecure { get; set; }
Property Value
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.