-
Notifications
You must be signed in to change notification settings - Fork 0
/
portal.yml
45 lines (44 loc) · 1.13 KB
/
portal.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
---
apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
name: audiences
title: Audiences
description: SCIM-integrated notifier for real-time Rails actions based on group changes.
annotations:
backstage.io/techdocs-ref: dir:.
spec:
type: library
owner: heroes-for-hire
lifecycle: production
system: power-application-framework
---
apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
name: audiences-react
title: Audiences React
description: SCIM-integrated UI to create criteria based on SCIM groups and users.
annotations:
backstage.io/techdocs-ref: dir:audiences-react
spec:
type: library
owner: heroes-for-hire
lifecycle: production
subcomponentOf: audiences
system: power-application-framework
---
apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
name: audiences-rails
title: Audiences Rails
description: SCIM-integrated notifier for real-time Rails actions based on group changes.
annotations:
backstage.io/techdocs-ref: dir:audiences
spec:
type: library
owner: heroes-for-hire
lifecycle: production
subcomponentOf: audiences
system: power-application-framework