Your browser was unable to load all of the resources. They may have been blocked by your firewall, proxy or browser configuration.
Press Ctrl+F5 or Ctrl+Shift+R to have your browser try again.

Is it possible to give regex for the Configuration Path in Group Management? #4072

retzero ·

Do you have guide to setup configuration path as an expression?
(Group Management -> {edit group} -> Authorizations -> Configuration Path)
If I have below configurations, I want to give some permissions to the group to all the configurations containing "/test_".
/root/mycompany/github/org1/repo1/test_1
/root/mycompany/github/org1/repo2/test_2
/root/mycompany/github/org2/repo1/test_1

  • solved #2
  • replies 1
  • views 181
  • stars 0
robinshen ADMIN ·

Unfortunately this is not possible as this path will be converted to foreign key to configuration table in database. So when configuration are renamed/moved/deleted, these entries will stay up to date.