File tree 1 file changed +43
-0
lines changed
catalog-entities/e2e-test-resources
1 file changed +43
-0
lines changed Original file line number Diff line number Diff line change
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
+
You can’t perform that action at this time.
0 commit comments