Skip to content

Commit 4b085c2

Browse files
hubwoopchansuke
authored andcommitted
docs: remove projects as an allowed resource type from project level policy declarations documentation (argoproj#23036)
Signed-off-by: Jonas Mai <hubwoop@users.noreply.github.com>
1 parent 623a75a commit 4b085c2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/user-guide/projects.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ Argo CD will use the policies defined in the AppProject roles while authorizing
173173

174174
_Note 1_: It is very important that policy roles follow the pattern `proj:<project-name>:<role-name>` or they won't be effective during the Argo CD authorization process.
175175

176-
_Note 2_: The example above used `applications` as the resource for the policy definition. However other types of resources can also be used: `repositories`, `clusters`, `logs`, `exec` and `projects`. See the [RBAC documentation](../operator-manual/rbac.md) for more details about those resources.
176+
_Note 2_: The example above used `applications` as the resource for the policy definition. However other types of resources can also be used: `repositories`, `clusters`, `logs` and `exec`. See the [RBAC documentation](../operator-manual/rbac.md) for more details about those resources.
177177

178178
In order to create roles in a project and add policies to a role, a user will need permission to update a project. The following commands can be used to manage a role.
179179

0 commit comments

Comments
 (0)