]
Darran Lofthouse commented on WFLY-7103:
----------------------------------------
In a rare twist of engineering asking for a bug report to have a higher priority than QE
ask for I am going to raise this one back to major ;-) The reason being is the
security-domain resource is one of the most central resources that will be used with
Elytron so accuracy of the model description from the outset is going to be important.
[~honza889] Can you please double check this one? I think the approach changed a bit on
this one whilst deciding how to handle the default realm which you already have an issue
for.
In elytron security domain add operation the realms attribute is not
marked as required even though it is not nillable and has no default value with no default
value
---------------------------------------------------------------------------------------------------------------------------------------------------------------------
Key: WFLY-7103
URL:
https://issues.jboss.org/browse/WFLY-7103
Project: WildFly
Issue Type: Bug
Components: Domain Management, Security
Reporter: Radim Hatlapatka
Assignee: Jan Kalina
When reading description of the {{add}} operation for elytron security domain =>
{{/subsystem=elytron/security-domain=test-domain:read-operation-description(name=add)}},
the realms attribute has set required to false. Still it needs to be defined as part of
{{add}} operation as it is not nillable.
If it is really mandatory, it should be marked as required.