Commit Graph

7 Commits

Author SHA1 Message Date
Nancy Butler 7b0c0af748 fix cluster permissions editor radio when no principal selected 2021-09-22 15:01:04 -07:00
Phillip Rak 88c8381346 Move v-focus to SelectPrincipal in cluster permission editor 2021-09-07 15:58:39 -07:00
Cody Jackson 2c1e67e7ca Now directly create and interact with norman bindings
Removed binding filtering and now just use norman bindings. The backend actually does the filtering when using norman.

https://github.com/rancher/dashboard/issues/3768#issuecomment-901827980
2021-08-20 09:28:38 -07:00
Nancy Butler 303ffac53e fix clusterrolebinding creation for standard user 2021-08-18 12:34:14 -07:00
Richard Cox 24b2ae0fce Ensure users can only see cluster/project membership details if they have perms to 2021-08-13 11:32:10 +01:00
Richard Cox 5dff739587 Fix creation of group cluster and project template bindings
- make userPrincipal id/name properties generic in mgnt binding types
  - userPrincipalName becomes principalName
  - principalId comes from this.principalName || this.userPrincipalName || this.groupPrincipalName
- use principal to determine user/group and properties in norman to save
- removed properties in norman save bindings that weren't needed
2021-08-05 14:47:01 +01:00
Cody Jackson 578a4b8888 Adding cluster membership to the rke2 pages
rancher/dashboard#3183
2021-07-07 15:59:57 -07:00