From 4e0e9b2a488e14b68b2dcd71645e1557f96572b5 Mon Sep 17 00:00:00 2001 From: Adam Harvey Date: Wed, 16 Aug 2023 12:29:51 -0400 Subject: [PATCH] chore: Clarify identify requirement Signed-off-by: Adam Harvey --- plugins/entity-feedback-backend/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/plugins/entity-feedback-backend/README.md b/plugins/entity-feedback-backend/README.md index 99489e28b2..49a8ce20e0 100644 --- a/plugins/entity-feedback-backend/README.md +++ b/plugins/entity-feedback-backend/README.md @@ -4,6 +4,10 @@ Welcome to the entity-feedback backend plugin! ## Installation +Note: this plugin requires authentication and identity configured so Backstage can identify +which user has rated the entity. If you are using the guest identity provider which comes +out of the box, this plugin will not work when you test it. + ### Install the package ```bash