From 3ca11484aa78d268ac2bb39d5036d62ad7de2b09 Mon Sep 17 00:00:00 2001 From: Patrik Oldsberg Date: Fri, 1 Mar 2024 09:50:06 +0100 Subject: [PATCH] Update docs/tutorials/auth-service-migration.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Fredrik Adelöw Signed-off-by: Patrik Oldsberg --- docs/tutorials/auth-service-migration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorials/auth-service-migration.md b/docs/tutorials/auth-service-migration.md index 83d8514e7d..8033350c37 100644 --- a/docs/tutorials/auth-service-migration.md +++ b/docs/tutorials/auth-service-migration.md @@ -33,7 +33,7 @@ If you do want to keep the default auth policy in effect, there is little action With the default auth policy in effect you will now need to ensure that the requests to your backend are authenticated, also during local development. If you already have a setup where you use an auth provider for local development, you can keep using that. But, if you rely on the `'guest'` access for local development we recommend that you install the new guest provider module in your auth backend: ```sh -yarn install @backstage/plugin-auth-backend-module-guest-provider +yarn --cwd packages/backend add @backstage/plugin-auth-backend-module-guest-provider ``` Add it to your backend: