Skip to content

Commit a067d4f

Browse files
authored
add test yaml for includeTransitiveGroupOwnership config (#2603)
Signed-off-by: Jessica He <[email protected]>
1 parent 8b23c81 commit a067d4f

File tree

1 file changed

+43
-0
lines changed

1 file changed

+43
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
apiVersion: backstage.io/v1alpha1
2+
kind: Component
3+
metadata:
4+
name: mock-sub-child-site
5+
description: A mock site for testing RBAC permissions with includeTransitiveGroupOwnership config.
6+
links:
7+
- title: Janus Website
8+
url: https://janus-idp.io
9+
spec:
10+
type: website
11+
lifecycle: experimental
12+
owner: group:default/rhdh-qe-sub-child-team
13+
14+
---
15+
16+
apiVersion: backstage.io/v1alpha1
17+
kind: Component
18+
metadata:
19+
name: mock-site
20+
description: A mock site for testing RBAC permissions with includeTransitiveGroupOwnership config.
21+
links:
22+
- title: Janus Website
23+
url: https://janus-idp.io
24+
spec:
25+
type: website
26+
lifecycle: experimental
27+
owner: group:default/rhdh-qe-parent-team
28+
29+
---
30+
31+
apiVersion: backstage.io/v1alpha1
32+
kind: Component
33+
metadata:
34+
name: mock-child-site
35+
description: A mock site for testing RBAC permissions with includeTransitiveGroupOwnership config.
36+
links:
37+
- title: Janus Website
38+
url: https://janus-idp.io
39+
spec:
40+
type: website
41+
lifecycle: experimental
42+
owner: group:default/rhdh-qe-child-team
43+

0 commit comments

Comments
 (0)