Bug 702330
Summary: | 413 Permission Error on rhn/systems/details/kickstart/ScheduleWizard.do | ||
---|---|---|---|
Product: | Red Hat Satellite 5 | Reporter: | Šimon Lukašík <slukasik> |
Component: | WebUI | Assignee: | Tomas Lestach <tlestach> |
Status: | CLOSED DEFERRED | QA Contact: | Red Hat Satellite QA List <satqe-list> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 541 | CC: | cperry, dyordano |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2014-07-04 13:27:21 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | |||
Bug Blocks: | 462714 |
Description
Šimon Lukašík
2011-05-05 11:09:11 UTC
The page is accessible when the acls is disabled for the page. In the struts configuration /var/lib/tomcat6/webapps/rhn/WEB-INF/struts-config.xml for the ScheduleWizard action <action path="/systems/details/kickstart/ScheduleWizard" ... comment out the: <set-property property="acls" value="system_feature(ftr_kickstart)"/> Just for the record, I was using the admin account. Correction to the comment 0, the permission error is always there, no need to fail the kickstart. The cause is that the system does not have Provisioning entitlement. If the Provisioning entitlement is added to the system, 413 Permission error goes away. The problem is that the route of system-provisioning and virtual-guest- provisioning is the same from some point. These three tabs in question are sub-tabs of [Provisioning -> Kickstart]. The [Provisioning -> Kickstart -> Schedule] page is responsible for scheduling system-kickstart while the [Virtualization -> Provisioning] is responsible for virtual-guest-kickstart. We may want to not offer [Schedule] page, when presenting the progress of virtual-guest-kickstart Also note that if the system does not have Provisioning entitlement there is no path for the user to return on his [Session Status] page. Where he was redirected after submitting [Provisioning -> Kickstart]. *** Bug 784825 has been marked as a duplicate of this bug. *** |