Skip to content

Commit 9028f5d

Browse files
XelzsStallos11
andcommitted
feat: guest user owner of tenant
Co-authored-by: Vincent L. <[email protected]>
1 parent 2eb6350 commit 9028f5d

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

online-boutique-tenant/kustomize/cluster-role.yaml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ rules:
1010
- schedules
1111
verbs:
1212
- create
13+
- get
14+
- list
1315
- patch
1416
- update
1517
- delete
@@ -19,6 +21,8 @@ rules:
1921
- prometheusservicelevels
2022
verbs:
2123
- create
24+
- get
25+
- list
2226
- patch
2327
- update
2428
- delete
@@ -35,4 +39,7 @@ subjects:
3539
- namespace: k8saas-system-capsule-serviceaccounts
3640
kind: ServiceAccount
3741
name: online-boutique
38-
---
42+
- apiGroup: rbac.authorization.k8s.io
43+
kind: User
44+
name: oidc:[email protected]
45+
---

online-boutique-tenant/kustomize/tenant.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
app.kubernetes.io/type: prod
77
spec:
88
owners:
9-
- name: demo
9+
- name: oidc:[email protected]
1010
kind: User
1111
namespaceOptions:
1212
quota: 1

0 commit comments

Comments
 (0)