We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01ad3fa commit b1b89e5Copy full SHA for b1b89e5
catalog-info.yaml
@@ -2,9 +2,16 @@ apiVersion: backstage.io/v1alpha1
2
kind: Component
3
metadata:
4
name: loopback4-vault
5
+ namespace: arc
6
+ description: LoopBack 4 extension for HashiCorp Vault integration.
7
annotations:
8
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
14
spec:
- type: other
- lifecycle: unknown
15
+ type: component
16
+ lifecycle: production
17
owner: sourcefuse
0 commit comments