diff --git a/charts/atlas-operator/rbac.yaml b/charts/atlas-operator/rbac.yaml index c39a3262..909770fd 100644 --- a/charts/atlas-operator/rbac.yaml +++ b/charts/atlas-operator/rbac.yaml @@ -20,47 +20,18 @@ - apiGroups: - atlas.mongodb.com resources: - - atlasdeployments - verbs: - - create - - delete - - get - - list - - patch - - update - - watch -- apiGroups: - - atlas.mongodb.com - resources: - - atlasdeployments/status - verbs: - - get - - patch - - update -- apiGroups: - - atlas.mongodb.com - resources: + - atlasbackupcompliancepolicies + - atlasbackuppolicies + - atlasbackupschedules - atlasdatabaseusers - verbs: - - create - - delete - - get - - list - - patch - - update - - watch -- apiGroups: - - atlas.mongodb.com - resources: - - atlasdatabaseusers/status - verbs: - - get - - patch - - update -- apiGroups: - - atlas.mongodb.com - resources: + - atlasdatafederations + - atlasdeployments + - atlasfederatedauths - atlasprojects + - atlassearchindexconfigs + - atlasstreamconnections + - atlasstreaminstances + - atlasteams verbs: - create - delete @@ -72,194 +43,19 @@ - apiGroups: - atlas.mongodb.com resources: - - atlasprojects/finalizers - verbs: - - get - - patch - - update -- apiGroups: - - atlas.mongodb.com - resources: - - atlasprojects/status - verbs: - - get - - patch - - update -- apiGroups: - - atlas.mongodb.com - resources: - - atlasbackuppolicies - verbs: - - create - - delete - - get - - list - - patch - - update - - watch -- apiGroups: - - atlas.mongodb.com - resources: + - atlasbackupcompliancepolicies/status - atlasbackuppolicies/status - verbs: - - get - - patch - - update -- apiGroups: - - atlas.mongodb.com - resources: - - atlasbackupschedules - verbs: - - create - - delete - - get - - list - - patch - - update - - watch -- apiGroups: - - atlas.mongodb.com - resources: - atlasbackupschedules/status - verbs: - - get - - patch - - update -- apiGroups: - - atlas.mongodb.com - resources: - - atlasteams - verbs: - - create - - delete - - get - - list - - patch - - update - - watch -- apiGroups: - - atlas.mongodb.com - resources: - - atlasteams/status - verbs: - - get - - patch - - update -- apiGroups: - - atlas.mongodb.com - resources: - - atlasdatafederations - verbs: - - create - - delete - - get - - list - - patch - - update - - watch -- apiGroups: - - atlas.mongodb.com - resources: + - atlasdatabaseusers/status - atlasdatafederations/status - verbs: - - get - - patch - - update -- apiGroups: - - atlas.mongodb.com - resources: - - atlasfederatedauths - verbs: - - create - - delete - - get - - list - - patch - - update - - watch -- apiGroups: - - atlas.mongodb.com - resources: + - atlasdeployments/status - atlasfederatedauths/status - verbs: - - get -- apiGroups: - - atlas.mongodb.com - resources: - - atlasstreamconnections - verbs: - - create - - delete - - get - - list - - patch - - update - - watch -- apiGroups: - - atlas.mongodb.com - resources: + - atlasprojects/status + - atlassearchindexconfigs/status - atlasstreamconnections/status - verbs: - - get - - patch - - update -- apiGroups: - - atlas.mongodb.com - resources: - - atlasstreaminstances - verbs: - - create - - delete - - get - - list - - patch - - update - - watch -- apiGroups: - - atlas.mongodb.com - resources: - atlasstreaminstances/status + - atlasteams/status verbs: - get - patch - update -- apiGroups: - - atlas.mongodb.com - resources: - - atlassearchindexconfigs - verbs: - - create - - delete - - get - - list - - patch - - update - - watch -- apiGroups: - - atlas.mongodb.com - resources: - - atlassearchindexconfigs/status - verbs: - - get - - patch - - update -- apiGroups: - - atlas.mongodb.com - resources: - - atlasbackupcompliancepolicies - verbs: - - create - - delete - - get - - list - - patch - - update - - watch -- apiGroups: - - atlas.mongodb.com - resources: - - atlasbackupcompliancepolicies/status - verbs: - - get - - patch - - update \ No newline at end of file