Skip to content

Commit 34971e9

Browse files
authored
chore(backstage): add catalog-info.yaml config file (#170)
* Add catalog-info.yaml config file * Update catalog-info.yaml
1 parent 0c97bfd commit 34971e9

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

catalog-info.yaml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
apiVersion: backstage.io/v1alpha1
2+
kind: Component
3+
metadata:
4+
name: loopback4-authentication
5+
annotations:
6+
github.com/project-slug: sourcefuse/loopback4-authentication
7+
namespace: arc
8+
description: A LoopBack 4 extension for authentication features. Oauth strategies supported.
9+
tags:
10+
- authentication
11+
- saml
12+
- passport
13+
- keycloak
14+
- loopback
15+
- extension
16+
links:
17+
- url: https://npmjs.com/package/loopback4-authentication
18+
title: NPM Package
19+
- url: https://loopback.io/doc/en/lb4/Extending-LoopBack-4.html#overview
20+
title: Extending LoopBack
21+
spec:
22+
type: component
23+
lifecycle: production
24+
owner: sourcefuse

0 commit comments

Comments
 (0)