]
Darran Lofthouse resolved ELY-1393.
-----------------------------------
Resolution: Done
Allow match-host rule to match suffix wildcards and IP address
ranges
---------------------------------------------------------------------
Key: ELY-1393
URL:
https://issues.jboss.org/browse/ELY-1393
Project: WildFly Elytron
Issue Type: Enhancement
Components: Authentication Client
Reporter: David Lloyd
Assignee: David Lloyd
Fix For: 1.2.0.Beta6
It would be nice if the match host rule could be expanded to match patterns as follows:
* Allow {{*}} to match everything (this is already supported)
* Allow strings of the form {{*.myhost.com}}
* Allow IP address matching (this is already supported)
* Allow CIDR block matching e.g. {{10.54.0.0/16}}
This would allow authentication rules to be much simpler in some cases.