chore(argo-cd): Provide Casbin matcher explicitly (#2445)
Signed-off-by: yu-croco <yu.croco@gmail.com>
This commit is contained in:
parent
53620e3102
commit
5ac542fabb
3 changed files with 7 additions and 3 deletions
|
|
@ -303,6 +303,9 @@ configs:
|
|||
# The scope value can be a string, or a list of strings.
|
||||
scopes: "[groups]"
|
||||
|
||||
# -- Matcher function for Casbin, `glob` for glob matcher and `regex` for regex matcher.
|
||||
policy.matchMode: "glob"
|
||||
|
||||
# GnuPG public keys for commit verification
|
||||
## Ref: https://argo-cd.readthedocs.io/en/stable/user-guide/gpg-verification/
|
||||
gpg:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue