Red Hat Satellite engineering is moving the tracking of its product development work on Satellite to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "Satellite project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs will be migrated starting at the end of May. If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "Satellite project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/SAT-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 1378084 - Attempt to create config group via API returns ActiveModel::ForbiddenAttributesError
Summary: Attempt to create config group via API returns ActiveModel::ForbiddenAttribut...
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Satellite
Classification: Red Hat
Component: API
Version: 6.3.0
Hardware: x86_64
OS: Linux
medium
medium
Target Milestone: Unspecified
Assignee: satellite6-bugs
QA Contact: Andrii Balakhtar
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-09-21 12:56 UTC by Andrii Balakhtar
Modified: 2019-04-01 20:26 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2018-02-21 16:49:54 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Foreman Issue Tracker 16681 0 None None None 2016-09-24 16:05:10 UTC

Description Andrii Balakhtar 2016-09-21 12:56:26 UTC
Description of problem:
Can't create config group via API, receiving 500 response with `ActiveModel::ForbiddenAttributesError` message.

Version-Release number of selected component (if applicable):
satellite-6.3.0-1.0.git.7.fb12bf2.el7sat.noarch

How reproducible:
Always

Steps to Reproduce:
1. Try to create config group via API (path api/v2/config_groups , request body can contain name only, e.g. {"name": "AAecyofVVk"})
2.
3.

Actual results:
2016-09-21 14:12:31 - nailgun.client - DEBUG - Making HTTP POST request to https://*hostname*/api/v2/config_groups with options {'verify': False, 'auth': ('admin', 'changeme'), 'headers': {'content-type': 'application/json'}} and data {"name": "AAecyofVVk"}.
2016-09-21 14:12:32 - nailgun.client - WARNING - Received HTTP 500 response: {
  "error": {"message":"ActiveModel::ForbiddenAttributesError"}
}


Expected results:
Config group was successfully created

Additional info:

Comment 3 Bryan Kearney 2016-09-28 12:18:59 UTC
Moving this bug to POST for triage into Satellite 6 since the upstream issue http://projects.theforeman.org/issues/16681 has been resolved.

Comment 6 Andrii Balakhtar 2016-10-19 10:41:06 UTC
VERIFIED in Sat 6.3.0 Snap 4

In [1]: nailgun.entities.ConfigGroup().create()
2016-10-19 13:39:48 - nailgun.client - DEBUG - Making HTTP POST request to https://hostname.redhat.com/api/v2/config_groups with options {'verify': False, 'auth': ('admin', 'changeme'), 'headers': {'content-type': 'application/json'}} and data {"name": "fwtmdI"}.
2016-10-19 13:39:49 - nailgun.client - DEBUG - Received HTTP 201 response: {"created_at":"2016-10-19 10:39:49 UTC","updated_at":"2016-10-19 10:39:49 UTC","id":2,"name":"fwtmdI","puppetclasses":[]}
Out[1]: nailgun.entities.ConfigGroup(nailgun.config.ServerConfig(url='https://hostname.redhat.com', verify=False, auth=('admin', 'changeme')), id=2, name=u'fwtmdI')

Comment 7 Satellite Program 2018-02-21 16:49:54 UTC
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA.

For information on the advisory, and where to find the updated files, follow the link below.

If the solution does not work for you, open a new bug report.

https://access.redhat.com/errata/RHSA-2018:0336


Note You need to log in before you can comment on or make changes to this bug.