Add the Apache Doris Connector
Authenticate to Apache Doris
- Server: Enter the host name or the IP address of the MySQL server to which you want to connect.
- Port: Enter the port number that you use to connect to the MySQL server. The default port is 3306.
- Password (default)
- NTLM
- Azure Active Directory
- Azure Password
- Azure Managed Service Identity
- AWS IAM Roles
- AWS EC2 Roles
- LDAP
Password
NTLM
- (Optional) Domain: Enter the Microsoft Windows domain that enables Windows Integrated Authentication using the NTLM protocol.
- NTLM Version: Select the version of the NTLM protocol to use when you authenticate with Windows credentials.
Azure Active Directory
To connect with your Azure Active Directory credentials, specify the following properties:- Auth Scheme: Select AzureAD.
- User: Enter the username that you use to authenticate to your account.
- Azure Tenant: Enter the MySQL tenant to which you want to connect. If you do not specify a tenant, uses the default tenant.
- OAuth Client Id: Enter the client Id that you were assigned when you registered your application with an OAuth authorization server.
- OAuth Client Secret: Enter the client secret that you were assigned when you registered your application with an OAuth authorization server.
- Scope: Enter the scope of your access to the application.
Azure Password
- OAuth Client Id: Enter the client Id (also known as the consumer key) that is assigned to you custom OAuth application.
Azure Managed Service Identity
To leverage Azure Managed Service Identity (MSI) when CData Sync is running on an Azure virtual machine, select Azure MSI for Auth Scheme. No additional properties are required.- Auth Scheme: Select AzureMSI.
- Azure Tenant: Enter the MySQL tenant to which you want to connect. If you do not specify a tenant, uses the default tenant.
AWS IAM Roles
To connect with your IAM user credentials, specify the following properties:- Auth Scheme: Select AwsIAMRoles.
- AWS Access Key: Enter your Amazon Web Services (AWS) account access key. You can locate this value on your AWS security credentials page.
- AWS Secret Key: Enter your AWS account secret key. You can locate this value on your AWS security credentials page.
- AWS Role ARN: Enter the Amazon Resource Name (ARN) for the role with which you want to authenticate.
AWS EC2 Roles
LDAP
Complete Your Connection
To complete your connection:-
Specify the following properties:
- Database: Enter the MySQL database to which you want to connect. If you do not specify a database, Sync uses the default database.
- Use SSL: Select whether you want to enable Secure Sockets Layer (SSL). By default, the Enable checkbox is not selected.