Integrate authorization into catalog-backend delete entities endpoint (#8805)

* Integrate authorization into catalog-backend delete entities endpoint

Signed-off-by: Joon Park <joonp@spotify.com>

* Remove entity ref from request and handle conditional response

Signed-off-by: Joon Park <joonp@spotify.com>
This commit is contained in:
Joon Park
2022-01-17 12:22:24 +00:00
committed by GitHub
parent 4df6c3ccb3
commit e15ce5c16e
7 changed files with 151 additions and 12 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-catalog-backend': patch
---
Integrate authorization into the delete entities endpoint