Note
For V4.3.0, this parameter is available starting with V4.3.0.
Description
enable_rpc_authentication_bypass specifies whether to allow OMS migration services and OBKV services to bypass RPC authentication when connecting to an OBServer cluster with RPC authentication enabled.
Privilege requirements
Query the parameter
The sys tenant and all user tenants can use the
SHOW PARAMETERSstatement or theGV$OB_PARAMETERSview to query this parameter.Modify the parameter
Only the sys tenant can modify this parameter. User tenants cannot modify this parameter.
Attributes
| Attribute | Description |
|---|---|
| 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. The setting takes effect immediately. |
Examples
Set whether to allow OMS migration services and OBKV services to bypass RPC authentication when connecting to an OBServer cluster with RPC authentication enabled.
obclient> ALTER SYSTEM SET enable_rpc_authentication_bypass = True;