fix group name
All checks were successful
Build and Publish / build-release (push) Successful in 8m14s

This commit is contained in:
2026-04-10 10:59:42 -05:00
parent 4227977228
commit 48d30dcc84
6 changed files with 20 additions and 66 deletions

View File

@@ -29,31 +29,6 @@ rules:
- zitadel.github.com - zitadel.github.com
resources: resources:
- connections - connections
verbs:
- create
- delete
- get
- list
- patch
- update
- watch
- apiGroups:
- zitadel.github.com
resources:
- connections/finalizers
verbs:
- update
- apiGroups:
- zitadel.github.com
resources:
- connections/status
verbs:
- get
- patch
- update
- apiGroups:
- zitadel.topmanage.com
resources:
- machineusers - machineusers
- oidcapps - oidcapps
- organizations - organizations
@@ -67,8 +42,9 @@ rules:
- update - update
- watch - watch
- apiGroups: - apiGroups:
- zitadel.topmanage.com - zitadel.github.com
resources: resources:
- connections/finalizers
- machineusers/finalizers - machineusers/finalizers
- oidcapps/finalizers - oidcapps/finalizers
- organizations/finalizers - organizations/finalizers
@@ -76,8 +52,9 @@ rules:
verbs: verbs:
- update - update
- apiGroups: - apiGroups:
- zitadel.topmanage.com - zitadel.github.com
resources: resources:
- connections/status
- machineusers/status - machineusers/status
- oidcapps/status - oidcapps/status
- organizations/status - organizations/status

View File

@@ -48,9 +48,9 @@ func NewMachineUserReconciler(client client.Client, refResolver *zitadelv1alpha1
} }
} }
//+kubebuilder:rbac:groups=zitadel.topmanage.com,resources=machineusers,verbs=get;list;watch;create;update;patch;delete //+kubebuilder:rbac:groups=zitadel.github.com,resources=machineusers,verbs=get;list;watch;create;update;patch;delete
//+kubebuilder:rbac:groups=zitadel.topmanage.com,resources=machineusers/status,verbs=get;update;patch //+kubebuilder:rbac:groups=zitadel.github.com,resources=machineusers/status,verbs=get;update;patch
//+kubebuilder:rbac:groups=zitadel.topmanage.com,resources=machineusers/finalizers,verbs=update //+kubebuilder:rbac:groups=zitadel.github.com,resources=machineusers/finalizers,verbs=update
// Reconcile is part of the main kubernetes reconciliation loop which aims to // Reconcile is part of the main kubernetes reconciliation loop which aims to
// move the current state of the cluster closer to the desired state. // move the current state of the cluster closer to the desired state.

View File

@@ -60,9 +60,9 @@ func NewOIDCAppReconciler(client client.Client, refResolver *zitadelv1alpha1.Ref
} }
} }
//+kubebuilder:rbac:groups=zitadel.topmanage.com,resources=oidcapps,verbs=get;list;watch;create;update;patch;delete //+kubebuilder:rbac:groups=zitadel.github.com,resources=oidcapps,verbs=get;list;watch;create;update;patch;delete
//+kubebuilder:rbac:groups=zitadel.topmanage.com,resources=oidcapps/status,verbs=get;update;patch //+kubebuilder:rbac:groups=zitadel.github.com,resources=oidcapps/status,verbs=get;update;patch
//+kubebuilder:rbac:groups=zitadel.topmanage.com,resources=oidcapps/finalizers,verbs=update //+kubebuilder:rbac:groups=zitadel.github.com,resources=oidcapps/finalizers,verbs=update
// Reconcile is part of the main kubernetes reconciliation loop which aims to // Reconcile is part of the main kubernetes reconciliation loop which aims to
// move the current state of the cluster closer to the desired state. // move the current state of the cluster closer to the desired state.

View File

@@ -53,9 +53,9 @@ func NewOrganizationReconciler(client client.Client, refResolver *zitadelv1alpha
} }
} }
//+kubebuilder:rbac:groups=zitadel.topmanage.com,resources=organizations,verbs=get;list;watch;create;update;patch;delete //+kubebuilder:rbac:groups=zitadel.github.com,resources=organizations,verbs=get;list;watch;create;update;patch;delete
//+kubebuilder:rbac:groups=zitadel.topmanage.com,resources=organizations/status,verbs=get;update;patch //+kubebuilder:rbac:groups=zitadel.github.com,resources=organizations/status,verbs=get;update;patch
//+kubebuilder:rbac:groups=zitadel.topmanage.com,resources=organizations/finalizers,verbs=update //+kubebuilder:rbac:groups=zitadel.github.com,resources=organizations/finalizers,verbs=update
// Reconcile is part of the main kubernetes reconciliation loop which aims to // Reconcile is part of the main kubernetes reconciliation loop which aims to
// move the current state of the cluster closer to the desired state. // move the current state of the cluster closer to the desired state.

View File

@@ -56,9 +56,9 @@ func NewProjectReconciler(client client.Client, refResolver *zitadelv1alpha1.Ref
} }
} }
//+kubebuilder:rbac:groups=zitadel.topmanage.com,resources=projects,verbs=get;list;watch;create;update;patch;delete //+kubebuilder:rbac:groups=zitadel.github.com,resources=projects,verbs=get;list;watch;create;update;patch;delete
//+kubebuilder:rbac:groups=zitadel.topmanage.com,resources=projects/status,verbs=get;update;patch //+kubebuilder:rbac:groups=zitadel.github.com,resources=projects/status,verbs=get;update;patch
//+kubebuilder:rbac:groups=zitadel.topmanage.com,resources=projects/finalizers,verbs=update //+kubebuilder:rbac:groups=zitadel.github.com,resources=projects/finalizers,verbs=update
// Reconcile is part of the main kubernetes reconciliation loop which aims to // Reconcile is part of the main kubernetes reconciliation loop which aims to
// move the current state of the cluster closer to the desired state. // move the current state of the cluster closer to the desired state.

View File

@@ -30,31 +30,6 @@ rules:
- zitadel.github.com - zitadel.github.com
resources: resources:
- connections - connections
verbs:
- create
- delete
- get
- list
- patch
- update
- watch
- apiGroups:
- zitadel.github.com
resources:
- connections/finalizers
verbs:
- update
- apiGroups:
- zitadel.github.com
resources:
- connections/status
verbs:
- get
- patch
- update
- apiGroups:
- zitadel.topmanage.com
resources:
- machineusers - machineusers
- oidcapps - oidcapps
- organizations - organizations
@@ -68,8 +43,9 @@ rules:
- update - update
- watch - watch
- apiGroups: - apiGroups:
- zitadel.topmanage.com - zitadel.github.com
resources: resources:
- connections/finalizers
- machineusers/finalizers - machineusers/finalizers
- oidcapps/finalizers - oidcapps/finalizers
- organizations/finalizers - organizations/finalizers
@@ -77,8 +53,9 @@ rules:
verbs: verbs:
- update - update
- apiGroups: - apiGroups:
- zitadel.topmanage.com - zitadel.github.com
resources: resources:
- connections/status
- machineusers/status - machineusers/status
- oidcapps/status - oidcapps/status
- organizations/status - organizations/status