Actions
Feature #33775
closedSupport ? for setting wildcards
Description
Our settings framework supports "wildcards" to hide regular expressions from users. It is used in http proxy and fact/nic exclude filters. See self.convert_array_to_regexp and self.regexp_expand_wildcard_string methods from Setting model.
A customer has RHV/oVirt hypervisors with thousands of interfaces named on86bb6c1f143a4.3111 and since "on*" is too broad, a support for "?" would enable them to do "on?????????????.*" wildcard to match those NICs.
Updated by Adi Abramovitch about 3 years ago
- Assignee set to Adi Abramovitch
- Priority changed from Low to Normal
Updated by The Foreman Bot about 3 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/8997 added
Updated by Adi Abramovitch about 3 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset foreman|bf343adc3bd0b55ffee456f3ca195d348201ec2c.
Actions