Use OpenSCAP to Scan Container Images

In this blog we will see what is OpenSCAP and how it can be used in container image hardening workflow. What is OpenSCAP? OpenSCAP is an open-source framework to enforce security compliance in IT systems. It is based on Security Content Automation Protocol (SCAP) and is designed to help automate the processes of vulnerability assessment, … Read more

Kubernetes App using mTLS Encryption

To implement mutual TLS (mTLS) encryption in a Kubernetes application using Python’s FastAPI without performing TLS termination at the Ingress Controller, you’ll need to configure both the FastAPI server and clients to handle mutual authentication. This involves setting up the server to require a client certificate and the client to present a certificate that the … Read more