Bug 1016049
| Summary: | INFO message exception stack trace filling server.log file | ||
|---|---|---|---|
| Product: | [Other] RHQ Project | Reporter: | Heiko W. Rupp <hrupp> |
| Component: | Core Server | Assignee: | RHQ Project Maintainer <rhq-maint> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Mike Foley <mfoley> |
| Severity: | low | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 4.9 | CC: | hrupp, jkandasa, lkrejci, myarboro |
| Target Milestone: | --- | ||
| Target Release: | RHQ 4.10 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | 1012449 | Environment: | |
| Last Closed: | 2014-04-23 12:30:49 UTC | Type: | Bug |
| 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: | 1012449 | ||
| Bug Blocks: | |||
|
Description
Heiko W. Rupp
2013-10-07 12:03:33 UTC
commit 8356e9344fa5c768607eb1b341c4ece550319694
Author: Lukas Krejci <lkrejci>
Date: Mon Oct 7 14:49:14 2013 +0200
[BZ 1016049] - Avoid requiring MANAGE_SETTINGS for live avail checks.
We were using a method that requires MANAGE_SETTINGS permission, which
is not what we want here. If a user has perms to view a resource (which
is checked for), they should be able to access its availability.
commit 83330253f038abaad9311a376257700197a0ffa4
Author: Lukas Krejci <lkrejci>
Date: Wed Oct 9 14:08:30 2013 +0200
[BZ 1016049] - Avoid requiring MANAGE_SETTINGS for live avail checks.
trying to use AgentManagerLocal.getAgentClient(Agent) does not work in
ResourceManagerBean.getLiveAvailability() because getLiveAvailability()
never runs in a transaction.
Use the original approach taken by BZ 988881, only making sure we pass in
an overlord when requesting the agent client to avoid the failing perm
check if the user requesting the live availability doesn't have
MANAGE_SETTINGS permission.
Bulk closing of 4.10 issues. If an issue is not solved for you, please open a new BZ (or clone the existing one) with a version designator of 4.10. |