Skip to content

Commit e654ed5

Browse files
authoredOct 15, 2024··
fix(cli): add missing resources and actions to cani CLI (#20347)
Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>
1 parent 7ab5015 commit e654ed5

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed
 

‎docs/user-guide/commands/argocd_account_can-i.md

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎server/rbacpolicy/rbacpolicy.go

+5
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,11 @@ var (
4646
ResourceApplicationSets,
4747
ResourceRepositories,
4848
ResourceCertificates,
49+
ResourceAccounts,
50+
ResourceGPGKeys,
4951
ResourceLogs,
5052
ResourceExec,
53+
ResourceExtensions,
5154
}
5255
Actions = []string{
5356
ActionGet,
@@ -56,6 +59,8 @@ var (
5659
ActionDelete,
5760
ActionSync,
5861
ActionOverride,
62+
ActionAction,
63+
ActionInvoke,
5964
}
6065
)
6166

0 commit comments

Comments
 (0)
Please sign in to comment.