Skip to content

Commit

Permalink
docs: update description of policy.csv example in rbac.md (argoproj#1…
Browse files Browse the repository at this point in the history
…0565)

Signed-off-by: Minchao <[email protected]>

Signed-off-by: Minchao <[email protected]>
  • Loading branch information
minchao authored and ashutosh16 committed Oct 7, 2022
1 parent 1999a7e commit a1ecc13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/operator-manual/rbac.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ p, role:staging-db-admins, projects, get, staging-db-admins, allow
g, db-admins, role:staging-db-admins
```

This example defines a *role* called `staging-db-admins` with *eight permissions* that allow that role to perform the *actions* (`create`/`delete`/`get`/`override`/`sync`/`update` applications, `get` logs, `create` exec and `get` appprojects) against `*` (all) objects in the `staging-db-admins` Argo CD AppProject.
This example defines a *role* called `staging-db-admins` with *nine permissions* that allow that role to perform the *actions* (`create`/`delete`/`get`/`override`/`sync`/`update` applications, `get` logs, `create` exec and `get` appprojects) against `*` (all) objects in the `staging-db-admins` Argo CD AppProject.

## Anonymous Access

Expand Down

0 comments on commit a1ecc13

Please sign in to comment.