Skip to content

Commit 08e9f2f

Browse files
authored
docs: add backstage definition (#8)
1 parent 0d04476 commit 08e9f2f

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

backstage.yaml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
apiVersion: backstage.io/v1alpha1
2+
kind: Component
3+
metadata:
4+
name: labid
5+
title: LabID
6+
description: |
7+
Service for exchanging native Kubernetes tokens for personal tokens
8+
tags:
9+
- dapla
10+
- go
11+
annotations:
12+
github.com/project-slug: statisticsnorway/labid
13+
spec:
14+
type: service
15+
owner: dapla-skyinfra-developers
16+
lifecycle: production
17+
system: dapla-lab
18+
consumesApis:
19+
- dapla-team-api

0 commit comments

Comments
 (0)