rpc_client_authentication_method specifies the security authentication method of the RPC client. You only need to log on to the sys tenant and set the authentication method for the client and server by running corresponding commands.
Note
This parameter is available in OceanBase Database V3.2.4 and later.
| Property | Description |
|---|---|
| Type | STRING |
| Default value | NONE |
| Value range |
|
| Effective upon OBServer node restart | No |
Examples
ALTER SYSTEM SET rpc_client_authentication_method = 'NONE';
ALTER SYSTEM SET rpc_client_authentication_method = 'SSL_NO_ENCRYPT';
Note
- You need to specify the
rpc_server_authentication_methodparameter for the server. For more information, see rpc_server_authentication_method. - If the parameter is set to a correct value, the latest specified value is used. Otherwise, the original authentication method is used.
- You can specify only one authentication mode for the client at a time. The default value is
NONE. The parameter value is case insensitive.