From 379c7de70787ebb071af05e2eed4c7ca39a985c1 Mon Sep 17 00:00:00 2001 From: Kashish Mittal Date: Tue, 6 Aug 2024 16:46:05 -0400 Subject: [PATCH] added changeset Signed-off-by: Kashish Mittal --- .changeset/serious-tables-chew.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .changeset/serious-tables-chew.md diff --git a/.changeset/serious-tables-chew.md b/.changeset/serious-tables-chew.md new file mode 100644 index 0000000000..cc5a218f3d --- /dev/null +++ b/.changeset/serious-tables-chew.md @@ -0,0 +1,7 @@ +--- +'@backstage/plugin-catalog-backend': patch +'@backstage/plugin-catalog-common': patch +--- + +- The `analyze-location` endpoint is now protected by the `catalog.location.create` permission. +- The `validate-entity` endpoint is now protected by the `catalog.entity.create` permission.