backstage-plugin-toolbox
backstage-plugin-toolbox copied to clipboard
Question: Difference between this entity validator and @backstage/plugin-entity-validation?
I am looking to start using this plugin, however I'm a bit confused about what I should do with my existing use of @backstage/plugin-entity-validation
.
I see the implementation here does not follow the same approach in @backstage/plugin-entity-validation.
The (official?) plugin seems to make a request to the catalog API for entity validation. I assume this allows for some sort of customization on entity validation by the backstage implementers?