이 콘텐츠는 선택한 언어로 제공되지 않습니다.
Chapter 5. Configuring Transport Security
5.1. Transport Security Configuration 링크 복사링크가 클립보드에 복사되었습니다!
링크 복사링크가 클립보드에 복사되었습니다!
There are three types of direct remote transports, each with its own encryption configuration:
teiid
- By default, this only encrypts login traffic when none of the other configuration properties are used.odbc
- This default to "no SSL".odata
Here is an example OData transport configuration:
Here is a configuration for OData:
<transport name="odata"> <authentication security-domain="teiid-security"/> </transport>
<transport name="odata">
<authentication security-domain="teiid-security"/>
</transport>
Note
The
pg
protocol for ODBC access uses cleartext username and password authentication by default. You should consider using a security domain that utilizes non-plaintext passwords, kerberos, or SSL.
The SSL configuration is part of the transport configuration in the Teiid subsystem.
Other indirect methods of access to the Teiid subsystem rely on the container settings for HTTP/HTTPS access.