current state

Signed-off-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
Fredrik Adelöw
2023-09-12 13:26:52 +02:00
parent 52bd59121d
commit dfbea4a71c
4 changed files with 42 additions and 0 deletions
@@ -0,0 +1,12 @@
apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
name: backstage-plugin-catalog-backend-module-scaffolder-entity-model
title: '@backstage/plugin-catalog-backend-module-scaffolder-entity-model'
description: >-
Adds support for the scaffolder specific entity model (e.g. the Template
kind) to the catalog backend plugin.
spec:
lifecycle: experimental
type: backstage-backend-plugin-module
owner: maintainers
@@ -0,0 +1,10 @@
apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
name: backstage-plugin-permission-backend-module-allow-all-policy
title: '@backstage/plugin-permission-backend-module-allow-all-policy'
description: Allow all policy backend module for the permission plugin.
spec:
lifecycle: experimental
type: backstage-backend-plugin-module
owner: permission-maintainers