Skip to content

Commit

Permalink
typo: resrouces to resources (#466)
Browse files Browse the repository at this point in the history
```release-note
None
```
  • Loading branch information
ruibaby authored Nov 7, 2024
1 parent da39e57 commit 86b9b26
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions docs/developer-guide/plugin/security/rbac.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ rules:
apiVersion: v1alpha1
kind: Role
metadata:
name: template-moment-anonymous-resrouces
name: template-moment-anonymous-resources
labels:
halo.run/role-template: "true"
rbac.authorization.halo.run/aggregate-to-anonymous: "true"
Expand All @@ -149,7 +149,7 @@ rules:
verbs: ["get", "list"]
```

上述配置将 `template-moment-anonymous-resrouces` 角色聚合到 `anonymous` 角色中,用户无需登录即可访问 `api.moment.halo.run` 下的 `moments` 资源。
上述配置将 `template-moment-anonymous-resources` 角色聚合到 `anonymous` 角色中,用户无需登录即可访问 `api.moment.halo.run` 下的 `moments` 资源。

`rbac.authorization.halo.run/aggregate-to-editor` 表示将 `role-template-view-categories` 角色聚合到 `editor` 角色中,这样所有拥有 `editor` 角色的用户都会拥有 `role-template-view-categories` 角色的权限。

Expand All @@ -165,7 +165,7 @@ Halo 提供了隐藏角色模板的功能,隐藏的角色模板不会在用户
apiVersion: v1alpha1
kind: Role
metadata:
name: template-moment-anonymous-resrouces
name: template-moment-anonymous-resources
labels:
# 声明为角色模板
halo.run/role-template: "true"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ rules:
apiVersion: v1alpha1
kind: Role
metadata:
name: template-moment-anonymous-resrouces
name: template-moment-anonymous-resources
labels:
halo.run/role-template: "true"
rbac.authorization.halo.run/aggregate-to-anonymous: "true"
Expand All @@ -149,7 +149,7 @@ rules:
verbs: ["get", "list"]
```

上述配置将 `template-moment-anonymous-resrouces` 角色聚合到 `anonymous` 角色中,用户无需登录即可访问 `api.moment.halo.run` 下的 `moments` 资源。
上述配置将 `template-moment-anonymous-resources` 角色聚合到 `anonymous` 角色中,用户无需登录即可访问 `api.moment.halo.run` 下的 `moments` 资源。

`rbac.authorization.halo.run/aggregate-to-editor` 表示将 `role-template-view-categories` 角色聚合到 `editor` 角色中,这样所有拥有 `editor` 角色的用户都会拥有 `role-template-view-categories` 角色的权限。

Expand All @@ -165,7 +165,7 @@ Halo 提供了隐藏角色模板的功能,隐藏的角色模板不会在用户
apiVersion: v1alpha1
kind: Role
metadata:
name: template-moment-anonymous-resrouces
name: template-moment-anonymous-resources
labels:
# 声明为角色模板
halo.run/role-template: "true"
Expand Down

0 comments on commit 86b9b26

Please sign in to comment.