diff --git a/catalog-info.yaml b/catalog-info.yaml index fb1172a..5905ec6 100644 --- a/catalog-info.yaml +++ b/catalog-info.yaml @@ -1,19 +1,7 @@ -apiVersion: backstage.io/v1alpha1 -kind: Component -metadata: - name: openfga-plugin-backstage - description: This plugin wraps around the Backstage Permission Framework and uses the OPENFGA client to evaluate policies. It will send a request to OPENFGA with the permission and identity information, OPENFGA will then evaluate the policy and return a decision, which is then passed back to the Permission Framework. - annotations: - github.com/project-slug: Infosys/openfga-plugin-backstage - backstage.io/techdocs-ref: dir:. - tags: [backstage, openfga, rbac, policy] -spec: - type: plugin - lifecycle: production - owner: group:admin-group - ownedBy: [group:ADMCOE-Team, group:admin-group, group:dev-group] - dependsOn: [] - - - - +apiVersion: backstage.io/v1alpha1 +kind: Location +metadata: + name: openfga-plugin-backstage +spec: + targets: + ["./backstage/component.yaml"]