]
Steven Hawkins resolved TEIID-4019.
-----------------------------------
Resolution: Done
Removed the property from the transports and added it to the teiid subsystem.
teiid-standalone-mode-install.cli executed failed due to
'authentication-security-domain' be removed
----------------------------------------------------------------------------------------------------
Key: TEIID-4019
URL:
https://issues.jboss.org/browse/TEIID-4019
Project: Teiid
Issue Type: Bug
Components: Server
Affects Versions: 9.0
Reporter: Kylin Soong
Assignee: Steven Hawkins
Fix For: 9.0
The following cli executed failed
{code}
subsystem=teiid/transport=odata:add(authentication-security-domain=teiid-security)
/subsystem=teiid/transport=jdbc:add(protocol=teiid, socket-binding=teiid-jdbc,
authentication-security-domain=teiid-security)
/subsystem=teiid/transport=odbc:add(protocol=pg, socket-binding=teiid-odbc,
authentication-security-domain=teiid-security, ssl-mode=disabled)
{code}
The error looks
{code}
'authentication-security-domain' is not found among the supported properties:
[input-buffer-size, keystore-key-alias, keystore-key-password, keystore-name,
keystore-password, keystore-type, max-socket-threads, output-buffer-size,
pg-max-lob-size-in-bytes, protocol, socket-binding, ssl-authentication-mode,
ssl-enabled-cipher-suites, ssl-keymanagement-algorithm, ssl-mode, ssl-ssl-protocol,
truststore-name, truststore-password]
{code}