You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@yunikorn.apache.org by "Peter Bacsko (Jira)" <ji...@apache.org> on 2022/11/17 16:30:00 UTC

[jira] [Created] (YUNIKORN-1410) Update user/group regex values in the defaults & test code

Peter Bacsko created YUNIKORN-1410:
--------------------------------------

             Summary: Update user/group regex values in the defaults & test code
                 Key: YUNIKORN-1410
                 URL: https://issues.apache.org/jira/browse/YUNIKORN-1410
             Project: Apache YuniKorn
          Issue Type: Sub-task
          Components: shim - kubernetes
            Reporter: Peter Bacsko
            Assignee: Peter Bacsko


Currently, we use some values as regular expressions which aren't entirely correct, for example:
* "system:serviceaccount:kube-system:*" should be "^system:serviceaccount:kube-system:"
* "dev" should be "^dev"
* "testExtUser" should be "^testExtUser$", etc.

We already use "^kube-system$" as a value for "bypassNamespaces".



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@yunikorn.apache.org
For additional commands, e-mail: dev-help@yunikorn.apache.org