diff --git a/config/rbac/clusterwide/role.yaml b/config/rbac/clusterwide/role.yaml index 4004a8fdaa..366935cb24 100644 --- a/config/rbac/clusterwide/role.yaml +++ b/config/rbac/clusterwide/role.yaml @@ -164,3 +164,23 @@ rules: - get - patch - update +- apiGroups: + - atlas.mongodb.com + resources: + - atlasfederatedauths + verbs: + - create + - delete + - get + - list + - patch + - update + - watch +- apiGroups: + - atlas.mongodb.com + resources: + - atlasfederatedauths/status + verbs: + - get + - patch + - update \ No newline at end of file diff --git a/config/rbac/namespaced/role.yaml b/config/rbac/namespaced/role.yaml index 940f609452..6dcab4e4c1 100644 --- a/config/rbac/namespaced/role.yaml +++ b/config/rbac/namespaced/role.yaml @@ -165,3 +165,23 @@ rules: - get - patch - update +- apiGroups: + - atlas.mongodb.com + resources: + - atlasfederatedauths + verbs: + - create + - delete + - get + - list + - patch + - update + - watch +- apiGroups: + - atlas.mongodb.com + resources: + - atlasfederatedauths/status + verbs: + - get + - patch + - update \ No newline at end of file diff --git a/deploy/all-in-one.yaml b/deploy/all-in-one.yaml index b5986ebb1f..3a65ccfce1 100644 --- a/deploy/all-in-one.yaml +++ b/deploy/all-in-one.yaml @@ -3988,6 +3988,26 @@ rules: - get - patch - update +- apiGroups: + - atlas.mongodb.com + resources: + - atlasfederatedauths + verbs: + - create + - delete + - get + - list + - patch + - update + - watch +- apiGroups: + - atlas.mongodb.com + resources: + - atlasfederatedauths/status + verbs: + - get + - patch + - update --- apiVersion: rbac.authorization.k8s.io/v1 kind: RoleBinding