rpc_client_authentication_method specifies the security authentication method for the RPC client. You can run commands in the sys tenant to specify an authentication method for each of the client and server.
Description
| Attribute | Description |
|---|---|
| Type | STRING |
| Default value | NONE |
| Value range |
|
| Effective upon restart of OBServer node | No |
Example
ALTER SYSTEM SET rpc_client_authentication_method = 'NONE';
ALTER SYSTEM SET rpc_client_authentication_method = 'SSL_NO_ENCRYPT';
Note
- You must configure the
rpc_server_authentication_methodparameter for the server. For more information about the description and setting of this parameter, see rpc_server_authentication_method.- If the value of the parameter is correctly specified, the specified value is used. Otherwise, the original authentication method is used and the specified value does not take effect.
- You can configure only one authentication method for the client at a time. The default value is
NONE. The value of this parameter is case insensitive.