Project

General

Profile

Actions

Bug #5671

closed

Stack trace due to audit table field being too short

Added by Brad DeMorrow almost 10 years ago. Updated almost 6 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
Audit Log
Target version:
Difficulty:
Triaged:
Fixed in Releases:
Found in Releases:

Description

I began receiving the following trace while trying to update a parameter override.

ActiveRecord::StatementInvalid
PG::StringDataRightTruncation: ERROR: value too long for type character varying(255) : INSERT INTO "audits" ("action", "associated_id", "associated_name", "associated_type", "auditable_id", "auditable_name", "auditable_type", "audited_changes", "comment", "created_at", "remote_address", "user_id", "user_type", "username", "version") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15) RETURNING "id"
app/models/concerns/host_common.rb:46:in `block in lookup_values_attributes='
app/models/concerns/host_common.rb:39:in `each_value'
app/models/concerns/host_common.rb:39:in `lookup_values_attributes='
app/controllers/hostgroups_controller.rb:64:in `update'
app/models/concerns/foreman/thread_session.rb:33:in `clear_thread'
lib/middleware/catch_json_parse_errors.rb:9:in `call'

The parameter I'm updating contained usernames and their sha512 hashes.


Related issues 6 (0 open6 closed)

Related to Foreman - Bug #1902: Smart Parameters aren't audit loggedClosedDominic Cleal10/17/2012Actions
Has duplicate Foreman - Bug #5721: Updating host group parameter in 1.5.0 give value too long for type character varying(255)Duplicate05/14/2014Actions
Has duplicate Foreman - Bug #5762: Multiple matchers on smart variableDuplicate05/16/2014Actions
Has duplicate Foreman - Bug #5807: PGError: "value too long for type character varying(255)" for INSERT INTO "audits" when overriding "smart variable" in hostgroup with >255 characters value.Duplicate05/20/2014Actions
Has duplicate Foreman - Bug #6087: input into audit goes wrong Duplicate06/06/2014Actions
Has duplicate Foreman - Bug #6280: crash adding a smart variable matcherDuplicate06/18/2014Actions
Actions

Also available in: Atom PDF