From b52c531248c578a3759cfe7256e4411f323f56a5 Mon Sep 17 00:00:00 2001 From: Alexandre Thenorio Date: Tue, 8 Aug 2023 16:47:22 +0200 Subject: [PATCH] feat: add Backstage metadata --- .backstage/catalog-info.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .backstage/catalog-info.yaml diff --git a/.backstage/catalog-info.yaml b/.backstage/catalog-info.yaml new file mode 100644 index 00000000..905f53c9 --- /dev/null +++ b/.backstage/catalog-info.yaml @@ -0,0 +1,14 @@ +apiVersion: backstage.io/v1alpha1 +kind: Component +metadata: + name: iam-go + description: | + An opinionated Open Source implementation of the google.iam.v1.IAMPolicy service API, using Cloud Spanner for storage. + annotations: + github.com/project-slug: einride/iam-go + github.com/team-slug: einride/team-cloud-control + backstage.io/source-location: url:https://github.com/einride/iam-go/tree/master/ +spec: + type: library + lifecycle: production + owner: team-cloud-control