Skip to content

Commit b1b89e5

Browse files
authored
chore(backstage): update catalog-info.yaml
1 parent 01ad3fa commit b1b89e5

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

catalog-info.yaml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,16 @@ apiVersion: backstage.io/v1alpha1
22
kind: Component
33
metadata:
44
name: loopback4-vault
5+
namespace: arc
6+
description: LoopBack 4 extension for HashiCorp Vault integration.
57
annotations:
68
github.com/project-slug: sourcefuse/loopback4-vault
9+
links:
10+
- url: https://www.npmjs.com/package/@sourceloop/vault
11+
title: NPM Package
12+
- url: https://developer.hashicorp.com/vault/api-docs/libraries#node-js
13+
title: HashiCorp Vault Documentation
714
spec:
8-
type: other
9-
lifecycle: unknown
15+
type: component
16+
lifecycle: production
1017
owner: sourcefuse

0 commit comments

Comments
 (0)