Skip to content

Commit

Permalink
[docs] Small fixes (#10982)
Browse files Browse the repository at this point in the history
Signed-off-by: Zhbert <konstantin.nezhbert@flant.com>
  • Loading branch information
Zhbert authored Dec 6, 2024
1 parent 98f36ac commit fe855f8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion modules/140-user-authz/docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ The manage role defines access rights:

The manage role name format is `d8:manage:<SCOPE>:<ACCESS_LEVEL>`, where:
- `SCOPE` is the role's scope. It can be one of the [scope](#scopes-of-the-role-based-model), or `all`, for access across all scopes;
- `ACCESS_LEVEL` is the [access level](#access-levels-of-the-role-based-model).
- `ACCESS_LEVEL` is the [access level](#scopes-of-the-role-based-model).

Examples of manage roles:
- `d8:manage:all:viewer` — access to view the configuration of all DKP modules (`moduleConfig` resource), their cluster-wide resources, their namespaced resources, and standard Kubernetes objects (except Secrets and RBAC resources) in all system namespaces (starting with `d8-` or `kube-`);
Expand Down
2 changes: 1 addition & 1 deletion modules/140-user-authz/docs/README_RU.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ Manage-роль определяет права на доступ:

Формат названия manage-роли — `d8:manage:<SCOPE>:<ACCESS_LEVEL>`, где:
- `SCOPE` — область роли. Может быть либо одной из областей [списка](#области-ролевой-модели), либо `all` для доступа в рамках всех областей;
- `ACCESS_LEVEL`[уровень доступа](#уровни-доступа-ролевой-модели).
- `ACCESS_LEVEL`[уровень доступа](#области-ролевой-модели).

Примеры manage-ролей:
- `d8:manage:all:viewer` — доступ на просмотр конфигурации всех модулей DKP (ресурсы `moduleConfig`), их cluster-wide-ресурсов, их namespaced-ресурсов и стандартных объектов Kubernetes (кроме секретов и ресурсов RBAC) во всех системных пространствах имён (начинающихся с `d8-` или `kube-`);
Expand Down
2 changes: 1 addition & 1 deletion modules/460-log-shipper/docs/EXAMPLES_RU.md
Original file line number Diff line number Diff line change
Expand Up @@ -503,7 +503,7 @@ spec:
kubernetesPods:
namespaceSelector:
labelSelector:
matchNames:
matchLabels:
environment: production
destinationRefs:
- loki-storage
Expand Down

0 comments on commit fe855f8

Please sign in to comment.