Skip to content

Commit

Permalink
Merge pull request kubesphere#1784 from wansir/role-templates
Browse files Browse the repository at this point in the history
fix pre-registration user permissions
  • Loading branch information
ks-ci-bot authored Oct 27, 2021
2 parents 9d78dcd + 692e0be commit 1e4751f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion roles/ks-core/prepare/files/ks-init/role-templates.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1040,6 +1040,9 @@ subjects:
- apiGroup: rbac.authorization.k8s.io
kind: Group
name: pre-registration
- apiGroup: iam.kubesphere.io/v1alpha2
kind: User
name: system:pre-registration

---
apiVersion: tenant.kubesphere.io/v1alpha2
Expand Down Expand Up @@ -3240,4 +3243,4 @@ role:
- 'devops'
- 'devopsprojects'
verbs:
- '*'
- '*'

0 comments on commit 1e4751f

Please sign in to comment.