Skip to content

Commit 9c61e4c

Browse files
committed
update message
1 parent f32f34a commit 9c61e4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/command/command_plugin.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@ func (cp *CommandPlugin) handleInvalidRequest(ctx context.Context,
380380
CommandResponse: &mpi.CommandResponse{
381381
Status: mpi.CommandResponse_COMMAND_STATUS_FAILURE,
382382
Message: message,
383-
Error: "Can not perform write action as auxiliary command server",
383+
Error: "Unable to process request. Management plane is configured as read only.",
384384
},
385385
InstanceId: instanceID,
386386
})

0 commit comments

Comments
 (0)