Skip to content

Commit 178ca2d

Browse files
docs: removed misleading section (#1982)
1 parent 80cf284 commit 178ca2d

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

docs/security.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,6 @@ To run in a cluster the operator needs certain permissions, you can see them in
2424

2525
Also, you can use single-namespace mode with minimal permissions, see [this section](https://docs.victoriametrics.com/operator/configuration/#namespaced-mode) for details.
2626

27-
Also in [the same directory](https://github.com/VictoriaMetrics/operator/tree/master/config/rbac) are files with a set of separate permissions to view or edit [operator resources](https://docs.victoriametrics.com/operator/resources/) to organize fine-grained access:
28-
29-
- file `<RESOURCE_NAME>_viewer_role.yaml` - permissions for viewing (`get`, `list` and `watch`) some resource of vmoperator.
30-
- file `<RESOURCE_NAME>_editor_role.yaml` - permissions for editing (`create`, `delete`, `patch`, `update` and `deletecollection`) some resource of vmoperator (also includes viewing permissions).
31-
32-
For instance, [`vmalert_editor_role.yaml` file](https://github.com/VictoriaMetrics/operator/blob/master/config/rbac/operator_vmalert_editor_role.yaml) contain permission
33-
for editing [`vmagent` custom resources](https://docs.victoriametrics.com/operator/resources/vmagent/).
34-
3527
<!-- TODO: service accounts / role bindings? -->
3628
<!-- TODO: resource/roles relations -->
3729

0 commit comments

Comments
 (0)