.. _examples: Examples and Sample Data ############################################################# This document lists examples and sample data resources maintained by the STIG Manager Team. These examples are intended to demonstrate the functions of the project, and should not be used for Production Deployments without modification. Sample Data =================== `Sample data to populate STIG Manager with an assortment of generated Collections, Assets, STIG Assignments, and Reviews is available in our repo. `_ Load this data with the feature described here :ref:`app-data` Containers ====================================== The STIG Manager project delivers the application in the form of two container images on Docker Hub. Several sample containers and Docker orchestrations are also provided to easily bring the App up in demonstration or test configurations. STIGMan OSS -------------- alpine Image ~~~~~~~~~~~~~ Based on the latest `NodeJS LTS alpine Linux base image: `_ `STIGMan OSS based on alpine linux `_ Iron Bank Image ~~~~~~~~~~~~~~~~~~~~~~~~~~~ Iron Bank images are hardened images produced by a Department of Defense effort and `available to the public here. `_ The Image we make available on Docker Hub is based on the `latest image available here. `_ `STIGMan OSS based on Iron Bank NodeJS LTS (RHEL UBI) `_ Keycloak ============== `Sample Keycloak configured for Username/Password `_ MySQL ================= The standard `MySQL Image available on Docker Hub `_ will work, when started with Environment Variables specified in the Sample Orchestration below. STIG Manager Orchestration with nginx, Keycloak, and CAC Authentication ============================================================================= The STIG Manager OSS team maintains a repository on GitHub with a sample orchestration that includes nginx and Keycloak implementing TLS and CAC Authentication: ``_