-
Enhancement
-
Resolution: Unresolved
-
Major
-
None
-
None
-
None
If there are attributes which are "alternatives" and both of them are undefined then default value of one of the attributes is shown in CLI, for example:
[standalone@localhost:9990 /] ls /subsystem=messaging-activemq/server=default
elytron-domain=undefined
security-domain=other
at this moment when I try set elytron-domain:
[standalone@localhost:9990 /] /subsystem=messaging-activemq/server=default:write-attribute(name=elytron-domain,value=ApplicationRealm)
then it shows:
[standalone@localhost:9990 /] ls /subsystem=messaging-activemq/server=default
elytron-domain=ApplicationDomain
security-domain=other
Can this be changed that it would show security-domain=undefined so it would not show default values anymore? Current display is confusing as it's not clear what is used.
- is blocked by
-
WFLY-12374 Transactions store attributes have wrong configuration
- Closed
- is related to
-
JBEAP-7651 Setting PicketBox or Elytron security domain should be mutually exclusive
- Closed