Request Authentication

Request Authentication Presets

Ready-to-deploy configuration presets for Request Authentication. Each preset is a complete manifest you can copy, customize, and deploy.

2 presets
01

Validate JWTs Across a Namespace

The canonical RequestAuthentication: accept JWTs from a single trusted issuer for every workload in a namespace. A request that carries a valid token gets an authenticated principal; a request with...

02

Workload JWT Validation with a Custom Header and Claim Forwarding

Validate JWTs for a single selected workload, extract the token from a custom header, restrict it to a specific audience, and forward a verified claim to the backend as an HTTP header the application...