From 7b6e215ecb16a92bd5827b42a9173337cd3daa1c Mon Sep 17 00:00:00 2001 From: Patrik Oldsberg Date: Sun, 11 Feb 2024 19:55:59 +0100 Subject: [PATCH] Update beps/0003-auth-architecture-evolution/README.md Co-authored-by: Phil Kuang Signed-off-by: Patrik Oldsberg --- beps/0003-auth-architecture-evolution/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/beps/0003-auth-architecture-evolution/README.md b/beps/0003-auth-architecture-evolution/README.md index b8ab20b2a6..cbf9fcd7c3 100644 --- a/beps/0003-auth-architecture-evolution/README.md +++ b/beps/0003-auth-architecture-evolution/README.md @@ -402,7 +402,7 @@ backend: dangerouslyDisableServiceAuth: true ``` -The exact impact that this has is that disabled the check in the `HttpRouterService` implementation, effectively applying the `unauthenticated` access level to all routes. Furthermore, it will also change `AuthService` so that the `issueServiceToken()` method will now issue an empty token for a `'none'` principal, rather than throwing. +The exact impact that this has is that it disables the check in the `HttpRouterService` implementation, effectively applying the `unauthenticated` access level to all routes. Furthermore, it will also change `AuthService` so that the `issueServiceToken()` method will now issue an empty token for a `'none'` principal, rather than throwing. ## Release Plan