Bug 1026718
Summary: | [RFE] Notification service - use API instead of health servlet for keep alive | ||
---|---|---|---|
Product: | [oVirt] ovirt-engine | Reporter: | Alon Bar-Lev <alonbl> |
Component: | Services.Notifier | Assignee: | Eli Mesika <emesika> |
Status: | CLOSED WONTFIX | QA Contact: | Pavel Stehlik <pstehlik> |
Severity: | medium | Docs Contact: | |
Priority: | unspecified | ||
Version: | --- | CC: | bazulay, bugs, iheim, oourfali, rbalakri, Rhev-m-bugs, yeylon, ylavi |
Target Milestone: | --- | Keywords: | FutureFeature, Improvement |
Target Release: | --- | Flags: | sherold:
Triaged+
|
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | infra | ||
Fixed In Version: | Doc Type: | Enhancement | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2016-01-27 06:57:13 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | Infra | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | 1009843 | ||
Bug Blocks: |
Description
Alon Bar-Lev
2013-11-05 09:53:22 UTC
for easy configuration, would need api to expose this info to anonymous user? (In reply to Itamar Heim from comment #1) > for easy configuration, would need api to expose this info to anonymous user? you are right (bug#1009843), in this case (unlike the setup and hosted) we do not have account information. *MUST* be for 4.0. (In reply to Alon Bar-Lev from comment #4) > *MUST* be for 4.0. sorry, not a must, I see I already used the /services/ servlet, but it should not be used any more and dropped in 4.0. The API doesn't perform authentication, it is performed by the AAA subsystem. However, the AAA subsystem currently doesn't allow "guest" or "anonymous" access to anything so the API will not be able to serve such requests to public queries. As we don't plan work around allowing that in the AAA layer, closing it as WONTFIX. |