diff --git a/engines/registration_sharing/app/controllers/registration_sharing/rmt_to_rmt_controller.rb b/engines/registration_sharing/app/controllers/registration_sharing/rmt_to_rmt_controller.rb index 52594f9f4..7d06ddef6 100644 --- a/engines/registration_sharing/app/controllers/registration_sharing/rmt_to_rmt_controller.rb +++ b/engines/registration_sharing/app/controllers/registration_sharing/rmt_to_rmt_controller.rb @@ -34,7 +34,7 @@ def destroy protected def system_params - params.permit(:login, :password, :hostname, :proxy_byos, :system_token, :registered_at, :created_at, :last_seen_at) + params.permit(:login, :password, :hostname, :proxy_byos, :system_token, :registered_at, :created_at, :last_seen_at, :instance_data) end def authenticate