]
Joshua Kinlaw updated WFLY-4916:
--------------------------------
Git Pull Request:
New Feature: Red Hat Access Subsystem
--------------------------------------
Key: WFLY-4916
URL:
https://issues.jboss.org/browse/WFLY-4916
Project: WildFly
Issue Type: Enhancement
Components: Server
Affects Versions: 10.0.0.Alpha6
Reporter: Keith Robertson
Assignee: Joshua Kinlaw
This JIRA is for the inclusion of a new Red Hat Access subsystem and module which
facilitate advanced services for Red Hat subscribers.
== The Module ==
The module, com.redhat.gss.redhat-support-lib[1], is a Java API to the Red Hat subscriber
REST services on
redhat.com. Developers interested in leveraging
redhat.com REST services
can easily integrate them into a web application with this API.
This module is not persistent. It starts no services or long running tasks. It is
simply a Java API to
redhat.com REST services with the intent of providing an intuitive
callable interface with POJOs as response results.
== The Subsystem ==
The subsystem facilitates the use of a new proactive problem resolution service called
Red Hat Access Insights[2]. If an administrator/developer elects to use the Insights
service, it must be manually enabled because the Insights subsystem is disabled by
default. An example of enabling Insights via the CLI is in [3].
Once enabled, the Insights subsystem will periodically wake up and send diagnostics
information back to the Insights service on
redhat.com. Red Hat will analyze the
information and provide results related to security vulnerabilities, misconfigurations,
performance issues, and other problems discovered in the received metadata.
[1] .../redhat-support-lib/src/main/java/com/redhat/gss/redhat_support_lib/api/API.java
[2]
https://access.redhat.com/insights/info/
[3] ./subsystem=insights:enable(rhnUid=[RHN UID], rhnPw=[RHN PASSWORD])