diff --git a/.backstage/catalog-info.yaml b/.backstage/iam-go.yaml similarity index 50% rename from .backstage/catalog-info.yaml rename to .backstage/iam-go.yaml index 905f53c9..972c7d8e 100644 --- a/.backstage/catalog-info.yaml +++ b/.backstage/iam-go.yaml @@ -2,13 +2,11 @@ apiVersion: backstage.io/v1alpha1 kind: Component metadata: name: iam-go + title: 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 + type: go-library + system: backend-sdk lifecycle: production - owner: team-cloud-control + owner: platform-enginering diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 12b6b065..4ddc139e 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1 +1 @@ - * @einride/team-cloud-control + * @einride/platform-engineering