diff --git a/content/docs/reference/routes/allow-any-authenticated-user.mdx b/content/docs/reference/routes/allow-any-authenticated-user.mdx index 17c2f3dba..8d5951b5f 100644 --- a/content/docs/reference/routes/allow-any-authenticated-user.mdx +++ b/content/docs/reference/routes/allow-any-authenticated-user.mdx @@ -55,7 +55,7 @@ Enable **Any Authenticated User** in the **Policy Builder** in the Console: ### Examples ```yaml -ingress.pomerium.io/allow_any_authenticated_user: true +ingress.pomerium.io/allow_any_authenticated_user: 'true' ```