Byron Hsu
12/20/2022, 9:58 PM# Allow Access All plugin objects
- apiGroups:
- '*'
resources:
- '*'
verbs:
- get
- list
- watch
- create
- update
- delete
- patch
Please help take a look. Thanks! @Yubo WangYee
Byron Hsu
12/20/2022, 10:36 PMYee
Yubo Wang
12/21/2022, 12:01 AM- apiGroups:
- ""
- <http://flyte.lyft.com|flyte.lyft.com>
- <http://rbac.authorization.k8s.io|rbac.authorization.k8s.io>
resources:
- configmaps
- flyteworkflows
- namespaces
- pods
- resourcequotas
- roles
- rolebindings
- secrets
- services
- serviceaccounts
- spark-role
verbs:
- '*'
I don’t recall that admin needs that much power?🤔Yee
newproject
will go in and create newproject-development/staging/production
namespaces across all the clustersYubo Wang
12/21/2022, 1:44 AMYee
Yubo Wang
12/21/2022, 8:03 AMKetan (kumare3)