/insights-content-service

Primary LanguageGoApache License 2.0Apache-2.0

Insights Content Service

GoDoc GitHub Pages Go Report Card Build Status GitHub go.mod Go version codecov License

Content service for Insights rules groups, tags, and content.

Description

Insights Content Service is a service that provides metadata information about rules that are being consumed by Openshift Cluster Manager. That metadata information contains rule title, description, remmediations, tags and also groups, that will be consumed primarily by Insights Results Smart Proxy.

Documentation

Documentation is hosted on Github Pages https://redhatinsights.github.io/insights-content-service/. Sources are located in docs.

Usage

Usage:

    ./content-service [command]

The commands are:

    <EMPTY>             starts content service
    start-service       starts content service
    help                prints help
    print-help          prints help
    print-config        prints current configuration set by files & env variables
    print-groups        prints current groups configuration
    print-rules         prints current parsed rules
    print-parse-status  prints information about all rules that have been parsed
    print-version-info  prints version info

Contribution

Please look into document CONTRIBUTING.md that contains all information about how to contribute to this project.