OpenSCAP / scaptimony

SCAPtimony is SCAP database and storage server
GNU General Public License v3.0
13 stars 13 forks source link

RFE: stand-alone API #29

Open isimluk opened 9 years ago

isimluk commented 9 years ago

Currently SCAPtimony is used inside a foreman_openscap. Foreman_openscap exposes REST API and uses its own authentication mechanism for this API.

We could put the common pieces to SCAPtimony and then there would be SCAPtimony-server package that would allow to run SCAPtimony as a separate/independent microservice. The foreman_openscap and scaptimony-server should share the API code then.