Note
This parameter is available starting with V3.2.4.
Description
rpc_client_authentication_method specifies the security authentication method for the RPC client.
For the sys tenant, you only need to set the authentication method on the client and server.
Privilege requirements
Query the parameter
The
systenant and all user tenants can use theSHOW PARAMETERSstatement or theGV$OB_PARAMETERSview to query this parameter.Modify the parameter
Only the
systenant can modify this parameter. User tenants cannot modify this parameter.
Attributes
| Attribute | Description |
|---|---|
| Parameter type | String |
| Default value | NONE |
| Value range |
|
| Modifiable | Yes. You can use the ALTER SYSTEM SET statement to modify the parameter. |
| Effective upon OBServer node restart | No. The setting takes effect immediately. |
Considerations
- On the server, you need to configure the
rpc_server_authentication_methodparameter. For more information, see rpc_server_authentication_method. - If the value of this parameter is set correctly, the latest configuration takes effect. Otherwise, the original authentication method remains in effect, and the current configuration does not take effect.
- The client can only configure one authentication method at a time. The default value is
NONE, and this parameter is case-insensitive.
Examples
Set the security authentication method for the RPC client to NONE.
obclient> ALTER SYSTEM SET rpc_client_authentication_method = 'NONE';