Skip to main content

Public Access

Summary

Use with caution: Public Access allows all requests for a given route, bypassing authentication and authorization. Suitable for publicly exposed web services.

If this setting is enabled, no whitelists (for example, Allowed Users) should be provided in this route.

How to configure

YAML/JSON settingTypeDefaultUsage
allow_public_unauthenticated_accessbooleanfalseoptional

Examples

allow_public_unauthenticated_access: true