Skip to content

DoD-Platform-One/Istio-OSCAL-Controller

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

oscal-controller

Version: 0.0.3-bb.2 Type: application AppVersion: 0.0.3 Maintenance Track: bb_maintained

A Helm chart for OSCAL Controller

Upstream Release Notes

This package has no upstream release note links on file. Please add some to chart/Chart.yaml under annotations.bigbang.dev/upstreamReleaseNotesMarkdown. Example:

annotations:
  bigbang.dev/upstreamReleaseNotesMarkdown: |
    - [Find our upstream chart's CHANGELOG here](https://link-goes-here/CHANGELOG.md)
    - [and our upstream application release notes here](https://another-link-here/RELEASE_NOTES.md)

Learn More

Pre-Requisites

  • Kubernetes Cluster deployed
  • Kubernetes config installed in ~/.kube/config
  • Helm installed

Install Helm

https://helm.sh/docs/intro/install/

Deployment

  • Clone down the repository
  • cd into directory
helm install oscal-controller chart/

Values

Key Type Default Description
nameOverride string ""
fullnameOverride string ""
image.repository string "registry1.dso.mil/ironbank/tetrate/oscal-controller"
image.tag string "0.0.3"
image.pullPolicy string "IfNotPresent"
imagePullSecrets[0].name string "private-registry"
replicaCount int 1
service.type string "ClusterIP"
service.port int 8080
podAnnotations."prometheus.io/scrape" string "true"
podAnnotations."prometheus.io/port" string "8080"
exemptedNamespaces[0] string "istio-operator"
exemptedNamespaces[1] string "kube-system"
exemptedNamespaces[2] string "gmp-public"
exemptedNamespaces[3] string "gmp-system"
exemptedNamespaces[4] string "kube-public"
exemptedNamespaces[5] string "kube-node-lease"
exemptedNamespaces[6] string "flux-system"
args.logOutputLevel string "controller:debug"

Contributing

Please see the contributing guide if you are interested in contributing.


This file is programatically generated using helm-docs and some BigBang-specific templates. The gluon repository has instructions for regenerating package READMEs.

About

Tetrate's Istio OSCAL Controller to validate and report on Istio's NIST 800-53 compliance

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 7

Languages