From d26553df9d9eedee7590ad4768ea42c97e6abc65 Mon Sep 17 00:00:00 2001 From: Tyler Davis Date: Thu, 22 Feb 2024 17:30:55 +1100 Subject: [PATCH] update docs Signed-off-by: Tyler Davis --- docs/auth/cloudflare/access.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/auth/cloudflare/access.md b/docs/auth/cloudflare/access.md index 17a37c6ef8..509c0ba052 100644 --- a/docs/auth/cloudflare/access.md +++ b/docs/auth/cloudflare/access.md @@ -26,10 +26,13 @@ auth: cfaccess: teamName: serviceTokens: - '1uh2fh19efvfh129f1f919u21f2f19jf2.access': 'bot-user@your-company.com' + - token: '1uh2fh19efvfh129f1f919u21f2f19jf2.access' + subject: 'bot-user@your-company.com' ``` -You can find the team name in the Cloudflare Zero Trust dashboard. +You can find the team name in the Cloudflare Zero Trust dashboard. The Service +Tokens section is optional -- you only need it if you have some Cloudflare +Service Tokens that you want to be able to log in to your Backstage instance. This config section must be in place for the provider to load at all. Now let's add the provider itself.