UNCLASSIFIED - NO CUI

Ensure all packages have valid OSCAL documents

Utilizing https://github.com/usnistgov/OSCAL/blob/main/json/schema/oscal_component_schema.json ensure the oscal-component.yaml in each package are valid JSON schema.

For the operator packages without and implemented controls, delete the oscal-document.yaml as the imlpemented controls are captured by the other packges, (e.g. istio-controlplane will capture controls for both istio-operator and istio-controlplane).

  • Remove Istio Operator OSCAL document

    • Missing any implemented controls
  • Remove ECK Operator OSCAL document

    • Missing any implemented controls
  • Fix Istio Controlplane

    • schema validation failed: component-definition.metadata.parties.0.links.0.href: Does not match format 'uri-reference'
  • Remove Istio Operator OSCAL document

    • schema validation failed: component-definition.metadata.parties.0.links.0.href: Does not match format 'uri-reference'
  • Fix Jaeger

    • schema validation failed: component-definition.metadata.parties.0.links.0.href: Does not match format 'uri-reference'
  • Fix Kiali

    • schema validation failed: component-definition.metadata.parties.0.links.0.href: Does not match format 'uri-reference'
  • Fix Cluster Auditor

    • schema validation failed: component-definition.metadata.parties.0.links.0.href: Does not match format 'uri-reference'
  • Fix OPA Gatekeeper

    • schema validation failed: component-definition.metadata.parties.0.links.0.href: Does not match format 'uri-reference'
  • Fix Kyverno

    • schema validation failed: component-definition.metadata.parties.0.links.0.href: Does not match format 'uri-reference'
  • Fix Kyverno Policies

    • schema validation failed: component-definition.metadata.parties.0.links.0.href: Does not match format 'uri-reference'
  • Fix Elasticsearch Kibana

    • schema validation failed: component-definition.metadata.parties.0.links.0.href: Does not match format 'uri-reference'
  • Fix Fluentbit

    • schema validation failed: component-definition.metadata.parties.0.links.0.href: Does not match format 'uri-reference'
  • Fix Promtail

    • schema validation failed: component-definition.metadata.parties.0.links.0.href: Does not match format 'uri-reference'
  • Fix Loki

    • schema validation failed: component-definition.metadata.parties.0.links.0.href: Does not match format 'uri-reference'
  • Fix Tempo

    • schema validation failed: component-definition.metadata.parties.0.links.0.href: Does not match format 'uri-reference'
  • Fix Monitoring

    • schema validation failed: component-definition.metadata.parties.0.links.0.href: Does not match format 'uri-reference'
  • Fix Twistlock

    • schema validation failed: component-definition.metadata.parties.0.links.0.href: Does not match format 'uri-reference'
  • Fix Argo

    • schema validation failed: component-definition.metadata.parties.0.links.0.href: Does not match format 'uri-reference'
  • Fix Authservice

    • schema validation failed: component-definition.metadata.parties.0.links.0.href: Does not match format 'uri-reference'
  • Fix GitLab

    • schema validation failed: component-definition.metadata.parties.0.links.0.href: Does not match format 'uri-reference'
  • Fix Velero

    • schema validation failed: component-definition.metadata.parties.0.links.0.href: Does not match format 'uri-reference'
  • Fix Keycloak

    • schema validation failed: component-definition.metadata.parties.0.links.0.href: Does not match format 'uri-reference'
  • Fix Vault

    • schema validation failed: component-definition.metadata.parties.0.links.0.href: Does not match format 'uri-reference'
Edited by Pedro de la Cruz Jr.