-
Feature
-
Resolution: Done
-
Normal
-
None
-
None
As an Argo CD Admin/User I would like to be provided with an option to choose matchMode, which configures the matchers function for casbin. . Default mode is globMatch. Anyone who want to use regex mode needs to set "match.mode" in argocd-rbac-cm. ****
https://github.com/argoproj/argo-cd/pull/7165
Example:
policy.matchMode: 'regex'
Acceptance Criteria:
- Verify if a user can configure matchMode.
- Add tests to validate the behavior
- mentioned on