]
Darran Lofthouse moved WFLY-7385 to WFCORE-1898:
------------------------------------------------
Project: WildFly Core (was: WildFly)
Key: WFCORE-1898 (was: WFLY-7385)
Component/s: Domain Management
Security
(was: Domain Management)
Affects Version/s: 3.0.0.Alpha10
(was: 10.1.0.Final)
Defining protocol of ssl config in security realm to incorrect value
results in broken https
--------------------------------------------------------------------------------------------
Key: WFCORE-1898
URL:
https://issues.jboss.org/browse/WFCORE-1898
Project: WildFly Core
Issue Type: Enhancement
Components: Domain Management, Security
Affects Versions: 3.0.0.Alpha10
Reporter: Radim Hatlapatka
Assignee: Brian Stansberry
Labels: user_experience
If I define protocol to invalid value, it passes with success even though after reload it
results in failure as such protocol isn't available.
It would be great if the value would be checked for proper values and fail the operation
when incorrect value is provided.
E.g. this command
{{/core-service=management/security-realm=ApplicationRealm/server-identity=ssl:write-attribute(name=protocol,
value=ABC)}} should fail, but it passes, resulting that when doing reload https-listener
and all dependent services fail to start
It would be beneficial to detect the incorrect value during the value update and rollback
in case of invalid value being provided.