Topics include Supply Chain Security, Vulnerability Management, Neat Tricks, and Contributor insights.
Tuesday, December 29, 2020 in Ortelius Committer Insights
Contributed by Tracy Ragan @TracyRagan The term ‘single source of truth’ is often associated with GitOps where a .yaml file stored in Git becomes our primary source of configuration information. However, there is additional data beyond …
Monday, January 01, 0001 in Ortelius News
An Amazing Community of Committers On December 8th, 2021 the Ortelius community hosted its second bi-annual ‘Microservice Visionaries’ gathering to celebrate the community committers of Ortelius, discuss microservice best practices, and …
Monday, January 01, 0001 in Ortelius Committer Insights
Push through caching sequenceDiagram participant UI participant proxy as Reverse Proxy participant ms as Microservice participant normalize as Python Normalize Function participant dbhandler as Python DB Abstraction Function participant arango as …
Monday, January 01, 0001 in Ortelius Committer Insights
Understanding SBOM and their Use by Jing Chen, Jesse Ku | 22 October 2024 What is SBOM? SBOM stands for “Software Bill of Materials”. This is an important tool for software security and managing risks within the software supply chain. It lists the …
Monday, January 01, 0001 in Ortelius Committer Insights
Data retrieval using push though cache sequenceDiagram participant UI participant proxy as Reverse Proxy participant ms as Microservice participant denormalize as Python Denormalize Function participant dbhandler as Python DB Abstraction Function …