Note
This parameter is introduced since OceanBase Database V4.3.0.
Purpose
The enable_rpc_authentication_bypass parameter specifies whether to allow OceanBase Migration Service (OMS) and OBKV to bypass remote procedure call (RPC) security authentication when connecting to an OceanBase cluster for which RPC security authentication is enabled.
Attributes
| Attribute | Description |
|---|---|
| Parameter type | BOOL |
| Default value | True |
| Value range |
|
| Modifiable | Yes. You can use the ALTER SYSTEM SET statement to modify the parameter. |
| Effective upon OBServer node restart | No |
Examples
obclient> ALTER SYSTEM SET enable_rpc_authentication_bypass = True;