Skip to content

Commit

Permalink
Allow instance_data officially in rmt to rmt regsharing context
Browse files Browse the repository at this point in the history
  • Loading branch information
felixsch committed Dec 1, 2023
1 parent 3a9fa7a commit e00e468
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e00e468

Please sign in to comment.